Has anyone been able to successfully set the `vers...
# general
m
Has anyone been able to successfully set the
version_retention_period
for GCP Spanner as per here https://www.pulumi.com/registry/packages/gcp/api-docs/spanner/database/? When we try to set it, we get back the response
TypeError: _internal_init() got an unexpected keyword argument 'version_retention_period'
We have discovered that this problem was corrected by updating the
pulumi-gcp
python dependency version in
requirements.txt
and then updating the
venv