We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87aa9d commit 23fd1caCopy full SHA for 23fd1ca
operations/_scripts/generate/generate_bitops_config.sh
@@ -97,7 +97,8 @@ if ([[ $(alpha_only "$AWS_EC2_INSTANCE_CREATE") == true ]] ||
97
[[ $(alpha_only "$AWS_ECS_ENABLE") == true ]] ||
98
[[ $(alpha_only "$AWS_DB_PROXY_ENABLE") == true ]] ||
99
[[ $(alpha_only "$AWS_EKS_CREATE") == true ]] ||
100
- [[ $(alpha_only "$AWS_REDIS_ENABLE") == true ]]) &&
+ [[ $(alpha_only "$AWS_REDIS_ENABLE") == true ]] ||
101
+ [[ $(alpha_only "$AWS_ECR_ENABLE") == true ]]) &&
102
[[ "$(alpha_only $TF_STACK_DESTROY)" != "true" ]]; then
103
# random_integer.az_select needs to be created before the "full stack" to avoid a potential state dependency locks
104
targets="$targets
0 commit comments