generated from CC/VMServiceTemplate
ci/cd debug
This commit is contained in:
@@ -18,17 +18,18 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check files
|
- name: Check files & Select tfvars
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
cd terraform
|
cd terraform
|
||||||
|
cp ${{ inputs.tfvars_file }} terraform.tfvars
|
||||||
ls
|
ls
|
||||||
|
|
||||||
- uses: hashicorp/setup-terraform@v4
|
- uses: hashicorp/setup-terraform@v4
|
||||||
|
|
||||||
- name: Select tfvars
|
- name: Check path
|
||||||
run: cp ${{ inputs.tfvars_file }} terraform.tfvars
|
run: pwd
|
||||||
|
|
||||||
- name: Terraform init
|
- name: Terraform init
|
||||||
run: terraform init
|
run: terraform init
|
||||||
|
|||||||
Reference in New Issue
Block a user