You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Terraform Version & Provider Version(s)
$ terraform version
Terraform v1.10.2
on linux_amd64
google_compute_global_forwarding_rule.default: Creating...
╷
│ Error: Error creating GlobalForwardingRule: googleapi: Error 400: Invalid value for field 'resource.labels': ''. Invalid field set in Private Service Connect Forwarding Rule. This field should not be set., invalid
│
│ with google_compute_global_forwarding_rule.default,
│ on main.tf line 10, in resource "google_compute_global_forwarding_rule" "default":
│ 10: resource "google_compute_global_forwarding_rule" "default" {
│
╵
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 and vpc-sc targets
The text was updated successfully, but these errors were encountered:
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
targetsThe text was updated successfully, but these errors were encountered: