GoogleCloudPlatform / k8s-config-connector

GCP Config Connector, a Kubernetes add-on for managing GCP resources
https://cloud.google.com/config-connector/docs/overview
Apache License 2.0
884 stars 216 forks source link

Updating PubSubSchema #840

Open ymmt2005 opened 1 year ago

ymmt2005 commented 1 year ago

Checklist

Describe the feature or resource

Currently, spec.definition of PubSubSchema is immutable. https://cloud.google.com/config-connector/docs/reference/resource-docs/pubsub/pubsubschema

But Cloud PubSub's schema is now updatable with revisions. Now that Terraform supports schema updates, would you please consider making spec.definition mutable?

cf. https://github.com/hashicorp/terraform-provider-google/issues/13997

Additional information

No response

Importance

No response

diviner524 commented 1 year ago

spec.definition should be mutable now. Could you try with the latest release? (v1.109.0)

ymmt2005 commented 1 year ago

Thank you. will give it a try.