mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
fix terraform path
This commit is contained in:
parent
87d8d8008d
commit
0f1ca00db9
1 changed files with 2 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -15,8 +15,6 @@ jobs:
|
|||
run: echo "${{ secrets.GCP_JSON }}" | base64 -d > output_file.txt
|
||||
- run: gcloud auth activate-service-account --key-file output_file.txt
|
||||
- name: Initiate Terraform
|
||||
run: cd terraform
|
||||
- run: ls -la
|
||||
- run: terraform init
|
||||
run: terraform -chdir=terraform init
|
||||
- name: Dry run Terraform
|
||||
run: terraform plan
|
||||
run: terraform -chdir=terraform plan -var-file=terraform/variables.tfvars
|
Loading…
Reference in a new issue