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

Set labels for the resource compute interconnect #19632

Conversation

modular-magician
Copy link
Collaborator

fixes #19352

The labels is not set when creating the resource google_compute_interconnect. Instead, the labels need to be set with the API [setLabels](https://cloud.google.com/compute/docs/reference/rest/v1/interconnects/setLabels).

Release Note Template for Downstream PRs (will be copied)

compute: fixed the issue that `labels` is not set when creating the resource `google_compute_interconnect`

Derived from GoogleCloudPlatform/magic-modules#11806

[upstream:ffad9beb1052b4484183cee8b1214c7f2e822ee5]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit 833dc26 into hashicorp:main Sep 25, 2024
4 checks passed
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.

Labels force change each time a plan/apply is run, even when the label values are not changed.
1 participant