Update main.tf

This commit is contained in:
Ludovico Magnocavallo
2021-07-28 18:47:53 +02:00
committed by GitHub
parent 804ce9bdc4
commit 83e469b07f

View File

@@ -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