Skip to content

Commit e342fff

Browse files
committed
fix: allow override in destroy
1 parent e00f490 commit e342fff

4 files changed

Lines changed: 1 addition & 253 deletions

File tree

hack/destroy-infrastructure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -Eeuo pipefail
88
set -u
99

1010
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
11-
export USE_CURRENT_USER=1;
11+
export USE_CURRENT_USER=${USE_CURRENT_USER:-1};
1212
source $SCRIPT_DIR/lib/common-env.sh
1313

1414
cluster_exists=0

manifests/modules/fastpaths/operators/eks-pod-identity/.workshop/terraform/preprovision/main.tf

Lines changed: 0 additions & 227 deletions
This file was deleted.

manifests/modules/fastpaths/operators/eks-pod-identity/.workshop/terraform/preprovision/outputs.tf

Lines changed: 0 additions & 7 deletions
This file was deleted.

manifests/modules/fastpaths/operators/eks-pod-identity/.workshop/terraform/preprovision/vars.tf

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)