Skip to content

Commit 23fd1ca

Browse files
authored
Adding ECR
1 parent a87aa9d commit 23fd1ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

operations/_scripts/generate/generate_bitops_config.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ if ([[ $(alpha_only "$AWS_EC2_INSTANCE_CREATE") == true ]] ||
9797
[[ $(alpha_only "$AWS_ECS_ENABLE") == true ]] ||
9898
[[ $(alpha_only "$AWS_DB_PROXY_ENABLE") == true ]] ||
9999
[[ $(alpha_only "$AWS_EKS_CREATE") == true ]] ||
100-
[[ $(alpha_only "$AWS_REDIS_ENABLE") == true ]]) &&
100+
[[ $(alpha_only "$AWS_REDIS_ENABLE") == true ]] ||
101+
[[ $(alpha_only "$AWS_ECR_ENABLE") == true ]]) &&
101102
[[ "$(alpha_only $TF_STACK_DESTROY)" != "true" ]]; then
102103
# random_integer.az_select needs to be created before the "full stack" to avoid a potential state dependency locks
103104
targets="$targets

0 commit comments

Comments
 (0)