Skip to content

Commit

Permalink
fix AWS_ECR_REPO_CREATE
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Jan 27, 2025
1 parent 23fd1ca commit 986827f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/_scripts/generate/generate_bitops_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if ([[ $(alpha_only "$AWS_EC2_INSTANCE_CREATE") == true ]] ||
[[ $(alpha_only "$AWS_DB_PROXY_ENABLE") == true ]] ||
[[ $(alpha_only "$AWS_EKS_CREATE") == true ]] ||
[[ $(alpha_only "$AWS_REDIS_ENABLE") == true ]] ||
[[ $(alpha_only "$AWS_ECR_ENABLE") == true ]]) &&
[[ $(alpha_only "$AWS_ECR_REPO_CREATE") == true ]]) &&
[[ "$(alpha_only $TF_STACK_DESTROY)" != "true" ]]; then
# random_integer.az_select needs to be created before the "full stack" to avoid a potential state dependency locks
targets="$targets
Expand Down

0 comments on commit 986827f

Please sign in to comment.