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
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.
The text was updated successfully, but these errors were encountered:
The default Terraform provider project id can be determined with:
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.The text was updated successfully, but these errors were encountered: