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 ea20773 commit bd7f3bf
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 @@ -118,7 +118,7 @@ resource "aws_dynamodb_table" "tfstate" {
var.tags,
local.base_tags,
lookup(var.component_tags, "ddb", {}),
{ Name = local.settins.table_name },
{ Name = local.settings.table_name },
)

lifecycle {
Expand Down

0 comments on commit bd7f3bf

Please sign in to comment.