From 3c1b4d2fce2f6ba8d02d61ab72a1aff11564b01a Mon Sep 17 00:00:00 2001
From: Dr Abraham Martin <amc203@cam.ac.uk>
Date: Mon, 23 Mar 2020 14:50:29 +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 bc966e4..4cb4ff2 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 "secret" {
-  source      = "https://gitlab.developers.cam.ac.uk/uis/devops/infra/terraform/gcp-secret-manager.git"
+  source      = "git::https://gitlab.developers.cam.ac.uk/uis/devops/infra/terraform/gcp-secret-manager.git"
   project     = var.project
   region      = "europe-west1"
   secret_id   = "test_secret"
-- 
GitLab