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