Skip to content

Commit

Permalink
Merge pull request #1 from fullboar/fix/build-and-deploy
Browse files Browse the repository at this point in the history
Update project settings
  • Loading branch information
jleach authored Aug 24, 2021
2 parents d9bdba7 + 4ef2c04 commit d35bf7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/sandbox/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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", "")
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -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", "")
}
Expand Down

0 comments on commit d35bf7e

Please sign in to comment.