Skip to content

Commit eec2991

Browse files
committed
[NDR-108] temp standing down base init
1 parent d1589c0 commit eec2991

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

.github/workflows/terraform-deploy-feature-to-sandbox.yml

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
<<<<<<< HEAD
3333
<<<<<<< HEAD
3434
<<<<<<< HEAD
35+
<<<<<<< HEAD
3536
<<<<<<< HEAD
3637
# Checkout the repository to the GitHub Actions runner
3738
- name: Checkout Base
@@ -41,11 +42,14 @@ jobs:
4142
=======
4243
=======
4344
>>>>>>> ae84789 ([NDR-108] temp removing base)
45+
=======
46+
>>>>>>> 043bc42 ([NDR-108] temp standing down base init)
4447
# - name: Checkout Base
4548
# uses: actions/checkout@v4
4649
# with:
4750
# ref: main
4851
<<<<<<< HEAD
52+
<<<<<<< HEAD
4953
>>>>>>> fbff22f ([NDR-108] readding dynamo-db)
5054
=======
5155
=======
@@ -60,6 +64,8 @@ jobs:
6064
>>>>>>> ae84789 ([NDR-108] temp removing base)
6165
=======
6266
>>>>>>> f5406c0 ([NDR-108] re-adding db and making action right)
67+
=======
68+
>>>>>>> 043bc42 ([NDR-108] temp standing down base init)
6369

6470
- name: Configure AWS Credentials
6571
uses: aws-actions/configure-aws-credentials@v4
@@ -79,25 +85,25 @@ jobs:
7985
terraform_version: 1.11.4
8086
terraform_wrapper: false
8187

82-
- name: Terraform Init Base
83-
id: base_init
84-
run: terraform init -backend-config=backend.conf
85-
working-directory: ./infrastructure
86-
shell: bash
87-
- name: Terraform Set Workspace Base
88-
id: base_workspace
89-
run: terraform workspace select -or-create ${{ github.event.inputs.sandboxWorkspace}}
90-
working-directory: ./infrastructure
91-
shell: bash
92-
- name: Terraform Plan Base
93-
id: base_plan
94-
run: |
95-
terraform plan -input=false -no-color -var-file="${{vars.TF_VARS_FILE}}" -out tf-base.plan
96-
working-directory: ./infrastructure
97-
shell: bash
98-
- name: Terraform Apply Base
99-
run: terraform apply -auto-approve -input=false tf-base.plan
100-
working-directory: ./infrastructure
88+
# - name: Terraform Init Base
89+
# id: base_init
90+
# run: terraform init -backend-config=backend.conf
91+
# working-directory: ./infrastructure
92+
# shell: bash
93+
# - name: Terraform Set Workspace Base
94+
# id: base_workspace
95+
# run: terraform workspace select -or-create ${{ github.event.inputs.sandboxWorkspace}}
96+
# working-directory: ./infrastructure
97+
# shell: bash
98+
# - name: Terraform Plan Base
99+
# id: base_plan
100+
# run: |
101+
# terraform plan -input=false -no-color -var-file="${{vars.TF_VARS_FILE}}" -out tf-base.plan
102+
# working-directory: ./infrastructure
103+
# shell: bash
104+
# - name: Terraform Apply Base
105+
# run: terraform apply -auto-approve -input=false tf-base.plan
106+
# working-directory: ./infrastructure
101107
- name: Checkout Branch
102108
uses: actions/checkout@v5
103109
with:

0 commit comments

Comments
 (0)