Skip to content

Commit

Permalink
Update nuke.yaml (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
nb1701 committed Apr 15, 2024
1 parent 2e46f06 commit ca6eb52
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions e2e-test/nuke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ accounts:
"296877675213": # civiform-deploy-e2e-tests AWS account.
filters:
ACMCertificate:
- property: "DomainName"
value: "civiform-deploy-e2e-tests.civiform.dev"
- type: glob
property: "DomainName"
value: "*.civiform.dev"
IAMOpenIDConnectProvider:
- type: contains
value: "oidc-provider/token.actions.githubusercontent.com"
- type: glob
value: "arn:aws:iam::*:oidc-provider/token.actions.githubusercontent.com"
IAMRole:
- "OrganizationAccountAccessRole"
- "e2e-test-runner"
- property: "Name"
regex: "^AWSReservedSSO_.+$"
- property: "Name"
type: glob
value: "*-deploy-action"
IAMRolePolicy:
- property: "Name"
regex: "^AWSReservedSSO_.+$"
Expand All @@ -32,9 +36,15 @@ accounts:
- "e2e-test-runner -> AdministratorAccess"
- property: "RoleName"
regex: "^AWSReservedSSO_.+$"
- property: "RoleName"
type: glob
value: "*-deploy-action"
IAMSAMLProvider:
- type: glob
value: "arn:aws:iam::*:saml-provider/AWSSSO_*"
OpsWorksUserProfile:
- type: contains
value: "arn:aws:sts::296877675213:assumed-role"
- type: glob
value: "arn:aws:sts::*:assumed-role/OrganizationAccountAccessRole/*"
OSPackage:
- property: "PackageName"
type: regex
Expand Down

0 comments on commit ca6eb52

Please sign in to comment.