Open eitanova opened 1 month ago
Confirmed issue!
It is not possible to use the default_uri_disabled
argument because it is returning the following message:
Unexpected attribute: An attribute named "default_uri_disabled" is not expected here
default_uri_disabled is a top level attribute on the resource, not a part of node_selector.
Community Note
Terraform Version & Provider Version(s)
Terraform v1.9.5 on windows_amd64
Affected Resource(s)
google_cloud_run_v2_service
Terraform Configuration
Debug Output
https://gist.github.com/eitanova/9d603af68d4339e86ccfb5caf0283024
Expected Behavior
Create cloud run service without the default url
Actual Behavior
Error for unsupported argument (default_uri_disabled)
Steps to reproduce
terraform apply
Important Factoids
No response
References
No response
b/372531707