File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments