-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Allow google_project_service to accept google.project.id #7203
Allow google_project_service to accept google.project.id #7203
Comments
I think this is somehow caused by the "project" key in the resource. if I run it without, it works, e.g.: {
"resource": {
"google_project": {
"project": {
"billing_account": "008F72-XXXX-XXXXX",
"name": "Project Name",
"org_id": "XXXXXX",
"project_id": "a_project"
}
},
"google_project_service": {
"enable_cloudbilling_service": {
// "project": "${google_project.project.id}", REMOVE
"service": "cloudbilling.googleapis.com"
}
}
}
} if I re-add, I get
|
The correct attribute to call is This resolves my issue, but I will leave this bug on for someone else to decide whether this behaviour is insane or working as intended. |
Below is what
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
google_project_service
Terraform Configuration Files
Debug Output
Expected Behavior
google_project_service resource created
Actual Behavior
google_project_service resource is not being created
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: