Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions fast/stages-aw/1-resman/terraform.tfvars.sample
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
tenants = {
tenant_name = { ## change this
admin_principal = "group:gcp-devops@domain"
descriptive_name = "tenant_name"
ten-1 = { ## Change tenant_name here - 6 or less characters
Comment thread
LanceWray marked this conversation as resolved.
Outdated
admin_principal = "group:gcp-devops@<domain>"
descriptive_name = "tenant-1" ## Change descriptive_name here
locations = {
gcs = "us-east4"
kms = "us-east4"
gcs = "<region>"
kms = "<region>"
}
},
tenant_name-2 = { ## change this
admin_principal = "group:gcp-devops@domain"
descriptive_name = "tenant_name-2"
ten-2 = { ## Change tenant_name-2 here - 6 or less characters
Comment thread
LanceWray marked this conversation as resolved.
Outdated
admin_principal = "group:gcp-devops@<domain>"
descriptive_name = "tenant-2" ## Change descriptive_name here
locations = {
gcs = "us-east4"
kms = "us-east4"
gcs = "<region>"
kms = "<region>"
}
}
}
## You can have “n” number of tenants

fast_features = {
envs = true
}

envs_folders = {
Prod = {
admin = "gcp-organization-admins@domain.com"
admin = "gcp-organization-admins@<domain>"
},
Int = {
admin = "gcp-organization-admins@domain.com"
admin = "gcp-organization-admins@<domain>"
},
Test = {
admin = "gcp-organization-admins@domain.com"
}
Test = {
admin = "gcp-organization-admins@<domain>"
}
}