Skip to content
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

GCP project id should be optional #73

Open
displague opened this issue Jun 21, 2021 · 0 comments
Open

GCP project id should be optional #73

displague opened this issue Jun 21, 2021 · 0 comments

Comments

@displague
Copy link
Member

The default Terraform provider project id can be determined with:

data "google_project" "project" {
}

To make the project_id optional, we can set the project_id search attribute on this resource when set. Any references to the gcp_project_id variable would need to refer to this data.google_project.project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant