Skip to content

Commit

Permalink
fix: ignore route53domains:TransferDomain
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode committed May 16, 2023
1 parent 3ad5165 commit b0d1030
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion excluded_scoped_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ locals {

# Must CreateMultipartUpload before uploading any parts.
"s3.amazonaws.com:UploadPart",
"s3.amazonaws.com:UploadPartCopy"
"s3.amazonaws.com:UploadPartCopy",

"route53domains:TransferDomain",
]
}

0 comments on commit b0d1030

Please sign in to comment.