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

Fix labels tests #6413

Conversation

modular-magician
Copy link
Collaborator

  1. fixes [Major Release 5.0.0] Failing test(s): labels-related issues terraform-provider-google#16029
    If the labels are in the state with pre-5.0 provider, to delete a label with 5.0 provider, the user has to run terraform apply to introduce the terraform_labels field with 5.0 provider and then remove the label from the configuration, run terraform apply. That is the reason that the test TestAccDataprocClusterLabelsMigration_withRemoval failed. I removed this test.
  2. Apply new model to alloydb resources
  3. Modify the doc for labels/annotations filed

Release Note Template for Downstream PRs (will be copied)


Derived from GoogleCloudPlatform/magic-modules#9123

@modular-magician modular-magician merged commit cbc20ca into hashicorp:main Sep 29, 2023
4 checks passed
c2thorn pushed a commit that referenced this pull request Sep 29, 2023
@modular-magician modular-magician deleted the downstream-pr-8606a1ba68a58b1b62190c807cfd90769bf41d8d branch November 16, 2024 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Major Release 5.0.0] Failing test(s): labels-related issues
1 participant