Skip to content

Commit a87aa9d

Browse files
authored
Moving ECR up
1 parent 7c6952b commit a87aa9d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

operations/_scripts/generate/generate_bitops_config.sh

+12-12
Original file line numberDiff line numberDiff line change
@@ -146,22 +146,22 @@ bitops:
146146
create_bitops_terraform_config aws false targets
147147
fi
148148
else
149-
if [[ $(alpha_only "$AWS_EC2_INSTANCE_CREATE") != "" ]] || [[ $(alpha_only "$AWS_EFS_ENABLE") != "" ]] || [[ "$AWS_AURORA_ENABLE" != "" ]] || [[ "$AWS_RDS_DB_ENABLE" != "" ]] || [[ "$AWS_ECS_ENABLE" != "" ]] || [[ "$AWS_RDS_PROXY_ENABLE" != "" ]] || [[ "$AWS_REDIS_ENABLE" != "" ]] || [[ "$AWS_EKS_CREATE" != "" ]]; then
149+
if [[ $(alpha_only "$AWS_EC2_INSTANCE_CREATE") != "" ]] || [[ $(alpha_only "$AWS_EFS_ENABLE") != "" ]] || [[ "$AWS_AURORA_ENABLE" != "" ]] || [[ "$AWS_RDS_DB_ENABLE" != "" ]] || [[ "$AWS_ECS_ENABLE" != "" ]] || [[ "$AWS_RDS_PROXY_ENABLE" != "" ]] || [[ "$AWS_REDIS_ENABLE" != "" ]] || [[ "$AWS_EKS_CREATE" != "" ]] || [[ "$AWS_ECR_REPO_CREATE" != "" ]]; then
150150
add_terraform_module aws
151151
create_bitops_terraform_config aws true targets
152152
fi
153153
fi
154-
if [[ $(alpha_only "$AWS_ECR_REPO_CREATE") != true ]]; then
155-
if check_statefile aws ecr; then
156-
add_terraform_module ecr
157-
create_bitops_terraform_config ecr false
158-
fi
159-
else
160-
if [[ $(alpha_only "$AWS_ECR_REPO_CREATE") == true ]]; then
161-
add_terraform_module ecr
162-
create_bitops_terraform_config ecr true
163-
fi
164-
fi
154+
#if [[ $(alpha_only "$AWS_ECR_REPO_CREATE") != true ]]; then
155+
# if check_statefile aws ecr; then
156+
# add_terraform_module ecr
157+
# create_bitops_terraform_config ecr false
158+
# fi
159+
#else
160+
# if [[ $(alpha_only "$AWS_ECR_REPO_CREATE") == true ]]; then
161+
# add_terraform_module ecr
162+
# create_bitops_terraform_config ecr true
163+
# fi
164+
#fi
165165
# Ansible Code part
166166

167167
if [[ "$(alpha_only $ANSIBLE_SKIP)" != "true" ]] && [[ "$(alpha_only $AWS_EC2_INSTANCE_CREATE)" == "true" ]]; then

0 commit comments

Comments
 (0)