Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroC-sys committed Sep 9, 2024
1 parent 0c2943a commit f12a98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Infra-TF/setup/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data "aws_iam_policy_document" "tf_backend" {
"dynamodb:DeleteItem"
]

resources = ["arn:aws:dynamodb:*:*:table/${var.tf_state_locking}"]
resources = ["arn:aws:dynamodb:us-east-1:891376961380:table/${var.tf_state_locking}"]
}
}

Expand Down

0 comments on commit f12a98b

Please sign in to comment.