-
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
Cannot create service directory endpoint via terraform #20612
Comments
Could you provide the |
|
Hi @Rassibassi I'm going to continue with this report... Trying to reproduce this issue I can't find any errors, this is the fully implemented code:
I noticed you are using this value for the
|
Thanks @ggtisc ! I made it work with your help. My
mistakenly with When passing the service directory to a
My mistake, so thanks a bunch. It might be clearer to name the attributes EDIT: |
I'm encountering a new issue with Terraform when running terraform apply consecutively. During the second run, Terraform indicates that the In the provided output, I've replaced sensitive information with Could you test this behavior by running terraform apply twice consecutively using your example configuration? |
Community Note
Terraform Version & Provider Version(s)
Terraform v1.9.8
on
Affected Resource(s)
google_service_directory_endpoint
Terraform Configuration
Debug Output
Expected Behavior
Resource is created, just like when I do:
the gcloud CLI command works
Actual Behavior
Steps to reproduce
terraform apply
Important Factoids
gcloud CLI version works, where as terraform version fails
References
https://cloud.google.com/monitoring/uptime-checks/private-checks#gcloud-cli
The text was updated successfully, but these errors were encountered: