From 664e622fbb5d528e14d42da7baf9505b79f3d041 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 6 Feb 2022 17:08:22 +0200 Subject: Initial commit --- main.auto.tfvars | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 main.auto.tfvars (limited to 'main.auto.tfvars') diff --git a/main.auto.tfvars b/main.auto.tfvars new file mode 100644 index 0000000..ba7c9bf --- /dev/null +++ b/main.auto.tfvars @@ -0,0 +1,16 @@ +project = "slam-lang" +region = "europe-north1" +zone = "europe-north1-a" +credentials = "sa.json" +cloud_run_location = "europe-west1" +gcs_location = "EU" + +ui_dns_name = "slamlang.dev." # DNS managed by Google Domains manually + +runner_api_image = "eu.gcr.io/slam-lang/slam-runner-api:2cf0c55" +example_api_image = "eu.gcr.io/slam-lang/slam-example-api:0ed3d87" +ui_build_revision = "68d8bce" + +# Ideas: +# https://cloud.google.com/run/docs/configuring/connecting-vpc#egress +# https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_network -- cgit v1.3