-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark replication type computed as it no longer comes back from API #8006
Mark replication type computed as it no longer comes back from API #8006
Conversation
…ashicorp#4312) Signed-off-by: Modular Magician <[email protected]>
…4312) (#8006) Signed-off-by: Modular Magician <[email protected]>
Could you please release with this change 👍 |
Yup it's released in 3.51.0. We are in the process of updating the changelog, but it should be released as of now |
thank you! |
This release fixed hashicorp/terraform-provider-google#8006
This release fixed hashicorp/terraform-provider-google#8006
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Fixes: #7990
This field no longer appears in the API response. This combined with the Default value in Terraform causes Terraform to permadiff on the field. Workaround until an updated provider version is available with
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)
Derived from GoogleCloudPlatform/magic-modules#4312