mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
fix directory
This commit is contained in:
parent
d686f3dad6
commit
558932aaa8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy_terraform.yml
vendored
6
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -23,17 +23,17 @@ jobs:
|
||||||
uses: hashicorp/setup-terraform@v3
|
uses: hashicorp/setup-terraform@v3
|
||||||
|
|
||||||
- name: Terraform Init
|
- name: Terraform Init
|
||||||
working-directory: ./infrastructure/terraform/shared
|
working-directory: ./infrastructure/terraform/shared/
|
||||||
shell: bash
|
shell: bash
|
||||||
run: terraform init -reconfigure
|
run: terraform init -reconfigure
|
||||||
|
|
||||||
- name: Terraform Workspace
|
- name: Terraform Workspace
|
||||||
working-directory: ./infrastructure/terraform/shared
|
working-directory: ./infrastructure/terraform/shared/
|
||||||
shell: bash
|
shell: bash
|
||||||
run: terraform workspace select dev || terraform workspace new dev
|
run: terraform workspace select dev || terraform workspace new dev
|
||||||
|
|
||||||
- name: Terraform Plan (shared)
|
- name: Terraform Plan (shared)
|
||||||
working-directory: ./infrastructure/terraform/shared
|
working-directory: ./infrastructure/terraform/shared/
|
||||||
shell: bash
|
shell: bash
|
||||||
run: terraform plan -var-file=dev.tfvars -out=tfplan
|
run: terraform plan -var-file=dev.tfvars -out=tfplan
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue