Skip to content

Commit a7668ee

Browse files
committed
varfileを指定
1 parent a8f0325 commit a7668ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/validate-terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
- name: Terraform Plan
4848
id: plan
4949
working-directory: ./terraform
50-
run: terraform plan -no-color
50+
run: terraform plan -no-color -var-file=vars.tfvars
5151
continue-on-error: true

0 commit comments

Comments
 (0)