Open ymmt2005 opened 1 year ago
Currently, spec.definition of PubSubSchema is immutable. https://cloud.google.com/config-connector/docs/reference/resource-docs/pubsub/pubsubschema
spec.definition
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
No response
spec.definition should be mutable now. Could you try with the latest release? (v1.109.0)
Thank you. will give it a try.
Checklist
Describe the feature or resource
Currently,
spec.definition
of PubSubSchema is immutable. https://cloud.google.com/config-connector/docs/reference/resource-docs/pubsub/pubsubschemaBut 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