diff --git a/deployment/live/gcp/example-gcp/ci/terragrunt.hcl b/deployment/live/gcp/example-gcp/ci/terragrunt.hcl index f478e5de..0457b19e 100644 --- a/deployment/live/gcp/example-gcp/ci/terragrunt.hcl +++ b/deployment/live/gcp/example-gcp/ci/terragrunt.hcl @@ -1,5 +1,5 @@ terraform { - source = "${get_repo_root()}/deployment/modules//example-gcp" + source = "${get_repo_root()}/deployment/modules//gcp/example-gcp" } include "root" { diff --git a/deployment/modules/example-gcp/main.tf b/deployment/modules/gcp/example-gcp/main.tf similarity index 100% rename from deployment/modules/example-gcp/main.tf rename to deployment/modules/gcp/example-gcp/main.tf diff --git a/deployment/modules/example-gcp/variables.tf b/deployment/modules/gcp/example-gcp/variables.tf similarity index 100% rename from deployment/modules/example-gcp/variables.tf rename to deployment/modules/gcp/example-gcp/variables.tf