We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fd1ca commit 986827fCopy full SHA for 986827f
operations/_scripts/generate/generate_bitops_config.sh
@@ -98,7 +98,7 @@ if ([[ $(alpha_only "$AWS_EC2_INSTANCE_CREATE") == true ]] ||
98
[[ $(alpha_only "$AWS_DB_PROXY_ENABLE") == true ]] ||
99
[[ $(alpha_only "$AWS_EKS_CREATE") == true ]] ||
100
[[ $(alpha_only "$AWS_REDIS_ENABLE") == true ]] ||
101
- [[ $(alpha_only "$AWS_ECR_ENABLE") == true ]]) &&
+ [[ $(alpha_only "$AWS_ECR_REPO_CREATE") == 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