Skip to content

Commit

Permalink
Update terragrunt.hcl
Browse files Browse the repository at this point in the history
Try to fix lock collision
  • Loading branch information
mcgin314 committed Sep 16, 2024
1 parent f45c8a8 commit 81a5db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project-x-infra-live/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ remote_state {
//key = "${trimprefix(replace(run_cmd("realpath",get_original_terragrunt_dir()),dirname(get_repo_root()),""),"/")}"
region = "us-gov-east-1"
//dynamodb_table = "tf_remote_state"
dynamodb_table = "terraform-locks"
dynamodb_table = "terraform-locks-cidcd"
// REVERT DON'S CHANGES TEMPORARILY WHILE FINISHING TESTING
}
generate = {
Expand Down Expand Up @@ -129,4 +129,4 @@ inputs = merge(
local.account_vars.locals,
local.region_vars.locals,
local.vpc_vars.locals,
)
)

0 comments on commit 81a5db7

Please sign in to comment.