-
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
google_compute_global_forwarding_rule create fails, if targeting PSC and using labels #20873
google_compute_global_forwarding_rule create fails, if targeting PSC and using labels #20873
Comments
Confirmed issue It is not possible to create the resource using |
I think this is a duplicate to #16906. The last comment describes this pretty well: #16906 (comment). |
#16906 is for |
Ahh, It makes sense. So the fix for this problem would be to apply the same changes as in #18984 to |
Yes, I started work on this in GoogleCloudPlatform/magic-modules#12737 , I just need to finish addressing review comments there. |
Community Note
Terraform Version & Provider Version(s)
$ terraform version
Terraform v1.10.2
on linux_amd64
Affected Resource(s)
google_compute_global_forwarding_rule
Terraform Configuration
Debug Output
https://gist.github.com/wiktorn/9a006c00387c2a831b15440910cd1d4f
Expected Behavior
No response
Actual Behavior
Steps to reproduce
terraform apply
Important Factoids
No response
References
Similar issue was fixed for
google_compute_forwarding_rule
in #18984 (see also #17334).For global forwarding rule, additional conditions needs to be added to accomodate for Global APIs -
all-apis
andvpc-sc
targetsb/390492067
The text was updated successfully, but these errors were encountered: