Skip to content

Commit

Permalink
Update permissions to support Terraform v13
Browse files Browse the repository at this point in the history
Terraform v13 requires some addition permission to be added. See: hashicorp/terraform-provider-aws#16755

Without the additional permissions the tdr-aws-accounts Terraform throws errors
  • Loading branch information
TomJKing committed Jun 4, 2021
1 parent 3ee56a4 commit f2723c6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"cloudtrail:DeleteTrail",
"cloudtrail:DescribeTrails",
"cloudtrail:GetEventSelectors",
"cloudtrail:GetInsightSelectors",
"cloudtrail:GetTrail",
"cloudtrail:GetTrailStatus",
"cloudtrail:ListTags",
Expand Down Expand Up @@ -105,7 +106,9 @@
"lambda:CreateFunction",
"lambda:DeleteFunction",
"lambda:GetAlias",
"lambda:GetCodeSigningConfig",
"lambda:GetFunction",
"lambda:GetFunctionCodeSigningConfig",
"lambda:GetFunctionConcurrency",
"lambda:GetFunctionConfiguration",
"lambda:GetFunctionEventInvokeConfig",
Expand Down

0 comments on commit f2723c6

Please sign in to comment.