Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 6, 2025
1 parent bd7f3bf commit 89285cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-state/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ data "aws_kms_key" "kms_dynamodb" {
#---
resource "aws_dynamodb_table" "tfstate" {
# name = var.tfstate_table
name = local.setings.table_name
name = local.settings.table_name
hash_key = "LockID"
billing_mode = "PROVISIONED"
read_capacity = 1
Expand Down

0 comments on commit 89285cb

Please sign in to comment.