Skip to content

Commit

Permalink
fix profile
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 24, 2025
1 parent ba67c9e commit 3fd535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/development/account.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
locals {
account_name = "lab-dev-ew"
aws_account_id = "224384469011"
aws_profile = "${local.aws_account_id}-${local.account_name}"
aws_profile = format("%v-%v", local.aws_account_id, replace(local.account_name, "-ew", "-gov"))
environment = "development"
environment_abbr = "dev"
}

0 comments on commit 3fd535c

Please sign in to comment.