Skip to content
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

appengine: Suppress null automatic_scaling blocks during Read #17905

Conversation

modular-magician
Copy link
Collaborator

Fixes #17531

I went with this over O+C or a DSF because the field exists in a oneof (scaling in proto) and those options both preserve the set-but-deeply-nil automatic_scaling block in state, meaning we'd eventually send it to the server even if the user was sending a different scaling entry. This approach is worse if they start returning values for existing fields because it will break users again, but it's at least mitigatable with lifecycle.ignore_changes if that happens.

Release Note Template for Downstream PRs (will be copied)

appengine: added suppression for a diff in google_app_engine_standard_app_version.automatic_scaling when the block is unset in configuration

Derived from GoogleCloudPlatform/magic-modules#10476

…orp#10476)

[upstream:b27fe0a9d25ae29790edee20e14c93fa80bd3aa1]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician merged commit 0c3bf4e into hashicorp:main Apr 18, 2024
2 checks passed
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing test(s): TestAccAppEngine* tests with automatic_scaling
1 participant