OSVauco/infrastructure/terraform/customers/medioteq/variables.tf
Chris Christiansen a807b0dd89 feat(C2): customer stamp-out struktur og create_customer.sh
- 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
2026-05-30 14:56:13 +00:00

8 lines
363 B
HCL

variable "customer_id" { type = string }
variable "project_id" { type = string }
variable "region" { type = string }
variable "billing_account_id" { type = string }
variable "alert_email" { type = string }
variable "billing_viewer_emails" { type = list(string) }
variable "container_image" { type = string }