Skip to content

Commit

Permalink
aws schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Feb 14, 2025
1 parent 1da865c commit 499cbee
Show file tree
Hide file tree
Showing 1,382 changed files with 347,616 additions and 346,653 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,24 @@
"apply": [
"cognito-idp:CreateUserPoolDomain",
"cognito-idp:DescribeUserPoolDomain",
"cognito-idp:DeleteUserPoolDomain"
"cloudfront:updateDistribution",
"cognito-idp:DeleteUserPoolDomain",
"cognito-idp:UpdateUserPoolDomain"
],
"attributes": {
"tags": []
},
"destroy": [
"cognito-idp:DeleteUserPoolDomain"
"cognito-idp:DeleteUserPoolDomain",
"cognito-idp:DescribeUserPoolDomain"
],
"modify": [],
"plan": []
"modify": [
"cognito-idp:UpdateUserPoolDomain",
"cognito-idp:DescribeUserPoolDomain",
"cloudfront:updateDistribution"
],
"plan": [
"cognito-idp:DescribeUserPoolDomain"
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,27 @@
"apply": [
"ec2:CreateTransitGatewayPeeringAttachment",
"ec2:DescribeTransitGatewayPeeringAttachments",
"ec2:DeleteTransitGatewayPeeringAttachment"
"ec2:DeleteTransitGatewayPeeringAttachment",
"ec2:DescribeTags"
],
"attributes": {
"tags": []
"tags": [
"ec2:CreateTags",
"ec2:DeleteTags"
]
},
"destroy": [
"ec2:DeleteTransitGatewayPeeringAttachment"
"ec2:DeleteTransitGatewayPeeringAttachment",
"ec2:DescribeTransitGatewayPeeringAttachments",
"ec2:DescribeTags"
],
"modify": [
"ec2:DescribeTransitGatewayPeeringAttachments",
"ec2:DescribeTags"
],
"modify": [],
"plan": []
"plan": [
"ec2:DescribeTransitGatewayPeeringAttachments",
"ec2:DescribeTags"
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,20 @@
]
},
"destroy": [
"ec2:DeleteTransitGatewayVpcAttachment"
"ec2:DescribeTransitGatewayVpcAttachments",
"ec2:DeleteTransitGatewayVpcAttachment",
"ec2:DescribeTags"
],
"modify": [
"ec2:DescribeTransitGatewayVpcAttachments",
"ec2:DescribeTags",
"ec2:CreateTransitGatewayVpcAttachment",
"ec2:DeleteTransitGatewayVpcAttachment",
"ec2:ModifyTransitGatewayVpcAttachment"
],
"plan": []
"plan": [
"ec2:DescribeTransitGatewayVpcAttachments",
"ec2:DescribeTags"
]
}
]
Loading

0 comments on commit 499cbee

Please sign in to comment.