Skip to content

Commit e2523f4

Browse files
authored
Enable aws-nuke on astro cloud deployment (#323)
This PR will make necessary change on the Docker image used for integration tests deployment to enable aws-nuke. Refer to #311
1 parent 26681dd commit e2523f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/integration-tests/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ USER astro
7979
FROM quay.io/astronomer/astro-runtime:5.0.0-base as astro-cloud
8080

8181
ENV AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION=False
82+
ENV AWS_NUKE_VERSION=v2.17.0
8283

8384
USER root
8485

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ resource-types:
2727
- S3MultipartUpload
2828
- RedshiftCluster
2929
accounts:
30-
'475538383708': # aws-oss-main
30+
'396807896376': # aws-airflow-providers-main

0 commit comments

Comments
 (0)