Skip to content

Commit 13a2020

Browse files
authored
Merge branch 'main' into remove-dynamodb-tables
2 parents a7659a3 + cd2127f commit 13a2020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/modules/engineer-access/policies.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ resource "aws_iam_policy" "release_lock_on_state_files" {
300300
Statement = [
301301
{
302302
Action = [
303-
"s3:DeleteOject"
303+
"s3:DeleteObject"
304304
]
305305
Effect = "Allow"
306306
Resource = [

0 commit comments

Comments
 (0)