From d0821a60ed8d10d87ee57963fea3179240c249f1 Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Sat, 5 Oct 2024 15:37:41 +0100 Subject: [PATCH] fix: use correct opentofu-locks dynamodb table name (#16) --- .../cloudformation/terragrunt-github-actions-apply-role.yml | 2 +- .../cloudformation/terragrunt-github-actions-plan-role.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_envcommon/cloudformation/terragrunt-github-actions-apply-role.yml b/_envcommon/cloudformation/terragrunt-github-actions-apply-role.yml index 8e560ce..73f1da7 100644 --- a/_envcommon/cloudformation/terragrunt-github-actions-apply-role.yml +++ b/_envcommon/cloudformation/terragrunt-github-actions-apply-role.yml @@ -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: diff --git a/_envcommon/cloudformation/terragrunt-github-actions-plan-role.yml b/_envcommon/cloudformation/terragrunt-github-actions-plan-role.yml index 53a9f09..a1e33eb 100644 --- a/_envcommon/cloudformation/terragrunt-github-actions-plan-role.yml +++ b/_envcommon/cloudformation/terragrunt-github-actions-plan-role.yml @@ -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: