auto: sync
This commit is contained in:
parent
8f5f0b827b
commit
553ec027e3
|
|
@ -3,15 +3,14 @@ provider "google" {
|
|||
region = var.region
|
||||
}
|
||||
|
||||
module "vauco_bootstrap_medioteq" {
|
||||
module "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"
|
||||
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-west1-docker.pkg.dev/propane-will-491900-m5/agent-images/osvauco-agent:latest"
|
||||
container_image = "europe-north1-docker.pkg.dev/medioteq-prod-eun1/agent-images/osvauco-agent:latest"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user