OSVauco/infrastructure/terraform/main.tf
Chris Christiansen 553ec027e3 auto: sync
2026-05-27 16:23:44 +00:00

17 lines
549 B
HCL

provider "google" {
project = var.project_id
region = var.region
}
module "medioteq" {
source = "../modules/vauco-bootstrap"
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"
}