Skip to content

Commit

Permalink
feat(aws): allow update route tables (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsxu authored May 7, 2024
1 parent 8740a56 commit 577978d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/aws/files/bootstrap_role_iam_policy.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@
"ec2:CreateNetworkInterface",
"ec2:CreateRoute",
"ec2:CreateRouteTable",
"ec2:ReplaceRoute",
"ec2:ReplaceRouteTableAssociation",
"ec2:CreateSecurityGroup",
"ec2:CreateSubnet",
"ec2:CreateTags",
Expand Down

0 comments on commit 577978d

Please sign in to comment.