Update main.tf
This commit is contained in:
committed by
GitHub
parent
804ce9bdc4
commit
83e469b07f
@@ -87,7 +87,7 @@ resource "google_project" "project" {
|
||||
org_id = local.parent_type == "organizations" ? local.parent_id : null
|
||||
folder_id = local.parent_type == "folders" ? local.parent_id : null
|
||||
project_id = "${local.prefix}${var.name}"
|
||||
name = "${local.descriptive_name}"
|
||||
name = local.descriptive_name
|
||||
billing_account = var.billing_account
|
||||
auto_create_network = var.auto_create_network
|
||||
labels = var.labels
|
||||
|
||||
Reference in New Issue
Block a user