OSVauco/infrastructure/terraform/customers/_template/variables.tf
Chris Christiansen 9fcb9c354a
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
feat(core): Fresh initialization - Deploy v3.6.1 Singularity Architecture
2026-09-03 04:03:09 +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 }