From bb321c6c7c7c956d05a9127f901304f8d48a799d Mon Sep 17 00:00:00 2001 From: Dr Abraham Martin <amc203@cam.ac.uk> Date: Mon, 23 Mar 2020 14:50:37 +0000 Subject: [PATCH] Update source URL for the terraform module --- examples/root-example/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/root-example/main.tf b/examples/root-example/main.tf index 458421c..b4a4007 100644 --- a/examples/root-example/main.tf +++ b/examples/root-example/main.tf @@ -1,6 +1,6 @@ # A Secret Manager secret which holds the secret "test_scret" module "webapp" { - source = "https://gitlab.developers.cam.ac.uk/uis/devops/infra/terraform/gcp-cloud-run-app.git" + source = "git::https://gitlab.developers.cam.ac.uk/uis/devops/infra/terraform/gcp-cloud-run-app.git" project = var.project cloud_run_region = "europe-west1" -- GitLab