- 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
399 B
HCL
8 lines
399 B
HCL
customer_id = "medioteq"
|
|
project_id = "medioteq-prod-eun1"
|
|
region = "europe-north1"
|
|
billing_account_id = "0171F6-057E6B-A260BA"
|
|
alert_email = "billing@vauco.no"
|
|
billing_viewer_emails = ["chris.christiansen@vauco.no", "jason.vauger@vauco.no"]
|
|
container_image = "europe-north1-docker.pkg.dev/medioteq-prod-eun1/agent-images/osvauco-agent:latest"
|