Skip to content

Commit 986827f

Browse files
authored
fix AWS_ECR_REPO_CREATE
1 parent 23fd1ca commit 986827f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/_scripts/generate/generate_bitops_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if ([[ $(alpha_only "$AWS_EC2_INSTANCE_CREATE") == true ]] ||
9898
[[ $(alpha_only "$AWS_DB_PROXY_ENABLE") == true ]] ||
9999
[[ $(alpha_only "$AWS_EKS_CREATE") == true ]] ||
100100
[[ $(alpha_only "$AWS_REDIS_ENABLE") == true ]] ||
101-
[[ $(alpha_only "$AWS_ECR_ENABLE") == true ]]) &&
101+
[[ $(alpha_only "$AWS_ECR_REPO_CREATE") == true ]]) &&
102102
[[ "$(alpha_only $TF_STACK_DESTROY)" != "true" ]]; then
103103
# random_integer.az_select needs to be created before the "full stack" to avoid a potential state dependency locks
104104
targets="$targets

0 commit comments

Comments
 (0)