File tree 1 file changed +12
-12
lines changed
operations/_scripts/generate
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -146,22 +146,22 @@ bitops:
146
146
create_bitops_terraform_config aws false targets
147
147
fi
148
148
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
150
150
add_terraform_module aws
151
151
create_bitops_terraform_config aws true targets
152
152
fi
153
153
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
165
165
# Ansible Code part
166
166
167
167
if [[ " $( alpha_only $ANSIBLE_SKIP ) " != " true" ]] && [[ " $( alpha_only $AWS_EC2_INSTANCE_CREATE ) " == " true" ]]; then
You can’t perform that action at this time.
0 commit comments