diff --git a/terraform/sandbox/terragrunt.hcl b/terraform/sandbox/terragrunt.hcl index 65df6a26..641d507d 100644 --- a/terraform/sandbox/terragrunt.hcl +++ b/terraform/sandbox/terragrunt.hcl @@ -5,7 +5,7 @@ terraform { locals { tfc_hostname = "app.terraform.io" tfc_organization = "bcgov" - project = "tnfhhm" + project = "d7g9v6" environment = reverse(split("/", get_terragrunt_dir()))[0] read_principals = get_env("AWS_ACCOUNTS_ECR_READ_ACCESS", "") } diff --git a/terraform/terragrunt.hcl b/terraform/terragrunt.hcl index 67247211..6431f498 100644 --- a/terraform/terragrunt.hcl +++ b/terraform/terragrunt.hcl @@ -1,7 +1,7 @@ locals { tfc_hostname = "app.terraform.io" tfc_organization = "bcgov" - project = "tnfhhm" + project = "d7g9v6" environment = reverse(split("/", get_terragrunt_dir()))[0] app_image = get_env("app_image", "") }