Skip to content

Commit 2c004eb

Browse files
committed
Nuke CloudFormation resource before EKSCluster
1 parent 851a817 commit 2c004eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/integration-tests/nuke-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ account-blocklist:
2121
- '999999999999'
2222
resource-types:
2323
targets:
24+
- CloudFormationStack
2425
- EMRCluster
2526
- EC2Instance
2627
- EKSCluster
2728
- S3MultipartUpload
2829
- RedshiftCluster
2930
accounts:
3031
'396807896376': # aws-airflow-providers-main
32+
filters: # won't delete the filtered resources
33+
CloudFormationStack:
34+
- 'databricks-workspace-stack'

0 commit comments

Comments
 (0)