-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add default value to env.value to fix the plan diffs in cloud run services #13363
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
Conversation
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. |
Tests analyticsTotal tests: 83 Click here to see the affected service packages
🟢 All tests passed! View the build log |
I tested the change locally that no diffs are shown for the unchanged |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. |
Tests analyticsTotal tests: 83 Click here to see the affected service packages
🟢 All tests passed! View the build log |
1c971ce
fixes b/240147716
fixes hashicorp/terraform-provider-google#7467
fixes hashicorp/terraform-provider-google#10634
This change will fix the diffs for unchanged
env
.env
is a set. Theenv.value
has value "" in Terraform state, but it has value nil in Terraform plan, which causes the diffs for unchangedenv
.Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.