diff --git a/.github/workflows/deploy-janitor-infra.yaml b/.github/workflows/deploy-janitor-infra.yaml index a42e0315..f8d4c8c5 100644 --- a/.github/workflows/deploy-janitor-infra.yaml +++ b/.github/workflows/deploy-janitor-infra.yaml @@ -28,7 +28,7 @@ jobs: # Set janitor config here to customize it's execution parameters env: - JANITOR_CLEAN_REGION: "us-east-1" # set to 'all' to cleanup all regions or specify a region to cleanup only that region + JANITOR_CLEAN_REGION: "all" # set to 'all' to cleanup all regions or specify a region to cleanup only that region JANITOR_DRY_RUN: "false" JANITOR_ENABLE_VPC_ENDPOINTS_CLEAN: "true" JANITOR_ENABLE_TARGET_GROUP_CLEAN: "true"