diff --git a/examples/root-example/main.tf b/examples/root-example/main.tf index fa4f2dee368636f751c2b98f442576ace3ed0996..458421c7d64e504e0885951a2d389828eb81c733 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 = "git::ssh://git@gitlab.developers.cam.ac.uk/uis/devops/infra/terraform/gcp-cloud-run-app.git" + source = "https://gitlab.developers.cam.ac.uk/uis/devops/infra/terraform/gcp-cloud-run-app.git" project = var.project cloud_run_region = "europe-west1"