- customers/_template/ med main.tf, variables.tf, terraform.tfvars - customers/medioteq/ populert med produksjonsverdier - infrastructure/scripts/create_customer.sh for stamp-out av nye kunder - .gitignore: unntak for customers/**/*.tfvars
8 lines
202 B
HCL
8 lines
202 B
HCL
customer_id = ""
|
|
project_id = ""
|
|
region = "europe-north1"
|
|
billing_account_id = ""
|
|
alert_email = ""
|
|
billing_viewer_emails = []
|
|
container_image = ""
|