Skip to content

Commit

Permalink
account correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Valswyn-NHS committed Oct 4, 2024
1 parent a2ad199 commit f8d9430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/s3_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
policy_path = "${path.root}/policies"
is_temp = length(regexall("[a-z]{2,4}-?[0-9]+", local.environment)) > 0
account_id = local.environment == "prod" ? 232116723729 : 603871901111
local_account_id = local.environment == "prod" ? 790083933819 : 790083933819
local_account_id = local.environment == "prod" ? 345594581768 : 345594581768
}

resource "aws_kms_key" "shared_key" {
Expand Down

0 comments on commit f8d9430

Please sign in to comment.