Skip to content

Commit cd7ce48

Browse files
authored
[PRM-576] Remove terraform import steps for gp2gp-dashboard as they've now been imported (#88)
1 parent 06f8ea5 commit cd7ce48

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/base-deploy-to-production.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,6 @@ jobs:
160160
store_asid_lookup_lambda_zip = "$GITHUB_WORKSPACE/lambda/build/store-asid-lookup.zip"
161161
EOF
162162
163-
- name: Terraform Import
164-
id: import
165-
if: inputs.terraform_stack == 'gp2gp-dashboard'
166-
run: terraform import -no-color -var-file="../vars/${{ vars.AWS_ENVIRONMENT }}.tfvars" aws_s3_bucket_acl.dashboard_website prm-service-dashboard-${{ vars.AWS_ENVIRONMENT }},public-read
167-
168163
- name: Terraform Plan
169164
id: plan
170165
run: |
@@ -268,11 +263,6 @@ jobs:
268263
cat pipeline.auto.tfvars
269264
fi
270265
271-
- name: Terraform Import
272-
id: import
273-
if: inputs.terraform_stack == 'gp2gp-dashboard'
274-
run: terraform import -no-color -var-file="../vars/${{ vars.AWS_ENVIRONMENT }}.tfvars" aws_s3_bucket_acl.dashboard_website prm-service-dashboard-${{ vars.AWS_ENVIRONMENT }},public-read
275-
276266
- name: Terraform Plan
277267
id: plan
278268
run: |

.github/workflows/deploy-stack.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ jobs:
166166
cat pipeline.auto.tfvars
167167
fi
168168
169-
- name: Terraform Import
170-
id: import
171-
if: inputs.terraform_stack == 'gp2gp-dashboard'
172-
run: terraform import -no-color -var-file="../vars/${{ vars.AWS_ENVIRONMENT }}.tfvars" aws_s3_bucket_acl.dashboard_website prm-service-dashboard-${{ vars.AWS_ENVIRONMENT }},public-read
173-
174169
- name: Terraform Plan
175170
id: plan
176171
run: |

0 commit comments

Comments
 (0)