OSVauco/infrastructure/terraform/main.tf
Chris Christiansen 72d94c2032 auto: sync
2026-05-26 12:58:22 +00:00

18 lines
546 B
HCL

provider "google" {
project = var.project_id
region = var.region
}
module "vauco_bootstrap_medioteq" {
source = "../modules/vauco-bootstrap"
customer_id = "medioteq"
project_id = var.project_id
region = var.region
billing_account_id = var.billing_account_id
alert_email = "billing@vauco.no"
billing_viewer_emails = ["chris.christiansen@vauco.no", "jason.vauger@vauco.no"]
container_image = "europe-west1-docker.pkg.dev/propane-will-491900-m5/agent-images/osvauco-agent:latest"
}