postfix on common name

This commit is contained in:
Ludovico Magnocavallo 2022-02-18 17:52:53 +01:00
parent cde75d051c
commit 02a351d44f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module "common-project" {
parent = var.folder_id
billing_account = var.billing_account_id
prefix = var.prefix
name = "cmn"
name = "cmn${local.project_suffix}"
group_iam = {
(local.groups.data-engineers) = [
"roles/dlp.reader",