Skip to content

Commit

Permalink
fix: use correct opentofu-locks dynamodb table name (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Oct 5, 2024
1 parent 95c25c2 commit d0821a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Parameters:
TerragruntStateLockTableName:
Description: "The name of the DynamoDB table where the Terragrunt state lock is stored."
Type: String
Default: "terraform-locks"
Default: "opentofu-locks"

Resources:
TerragruntApplyRole:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Parameters:
TerragruntStateLockTableName:
Description: "The name of the DynamoDB table where the Terragrunt state lock is stored."
Type: String
Default: "terraform-locks"
Default: "opentofu-locks"

Resources:
TerragruntPlanRole:
Expand Down

0 comments on commit d0821a6

Please sign in to comment.