From 7defc11b902d9f2bbaaf253d555c1b32bb752829 Mon Sep 17 00:00:00 2001 From: Ben Larabie Date: Tue, 31 Oct 2023 15:03:05 -0400 Subject: [PATCH] Setting assets to pull from main branch --- env/dev/common/terragrunt.hcl | 2 +- env/staging/common/terragrunt.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/env/dev/common/terragrunt.hcl b/env/dev/common/terragrunt.hcl index ecd730e5f..113387d3b 100644 --- a/env/dev/common/terragrunt.hcl +++ b/env/dev/common/terragrunt.hcl @@ -3,7 +3,7 @@ terraform { before_hook "get-admin" { commands = ["apply", "plan"] - execute = ["git", "clone","-b", "asset-update2", "https://github.com/cds-snc/notification-admin.git", "/var/tmp/notification-admin"] + execute = ["git", "clone", "https://github.com/cds-snc/notification-admin.git", "/var/tmp/notification-admin"] run_on_error = true } diff --git a/env/staging/common/terragrunt.hcl b/env/staging/common/terragrunt.hcl index e8e8a81e7..a44c05a15 100644 --- a/env/staging/common/terragrunt.hcl +++ b/env/staging/common/terragrunt.hcl @@ -3,7 +3,7 @@ terraform { before_hook "get-admin" { commands = ["apply", "plan"] - execute = ["git", "clone","-b", "asset-update", "https://github.com/cds-snc/notification-admin.git", "/var/tmp/notification-admin"] + execute = ["git", "clone", "https://github.com/cds-snc/notification-admin.git", "/var/tmp/notification-admin"] run_on_error = true }