Skip to content

Commit b0d1030

Browse files
authored
fix: ignore route53domains:TransferDomain
1 parent 3ad5165 commit b0d1030

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

excluded_scoped_actions.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ locals {
4848

4949
# Must CreateMultipartUpload before uploading any parts.
5050
"s3.amazonaws.com:UploadPart",
51-
"s3.amazonaws.com:UploadPartCopy"
51+
"s3.amazonaws.com:UploadPartCopy",
52+
53+
"route53domains:TransferDomain",
5254
]
5355
}

0 commit comments

Comments
 (0)