diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-06 17:08:22 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-11 15:24:52 +0200 |
| commit | 664e622fbb5d528e14d42da7baf9505b79f3d041 (patch) | |
| tree | 7cb89d71aa9650a4c009be5c4be1f043a8797743 /main.auto.tfvars | |
Initial commit
Diffstat (limited to 'main.auto.tfvars')
| -rw-r--r-- | main.auto.tfvars | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
