Skip to content

Commit

Permalink
ci: update AWS nuke config
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Nov 7, 2024
1 parent 4d34943 commit a57acf1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cleanup/aws-nuke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ accounts:
- "s3://webiny-ci"
IAMRole:
- "GitHubActionsWebinyJs"
IAMPolicy:
- "DeployWebinyProjectGroup1Policy"
- "DeployWebinyProjectGroup2Policy"
- "DeployWebinyProjectGroup3Policy"
IAMRolePolicyAttachment:
- "GitHubActionsWebinyJs -> AdministratorAccess"
- "GitHubActionsWebinyJs -> DeployWebinyProjectGroup1Policy"
- "GitHubActionsWebinyJs -> DeployWebinyProjectGroup2Policy"
- "GitHubActionsWebinyJs -> DeployWebinyProjectGroup3Policy"

resource-types:
# These resource types will be destroyed.
Expand Down

0 comments on commit a57acf1

Please sign in to comment.