Skip to content

Commit 40a73f3

Browse files
authored
Revert TF vars file name (#2775)
1 parent f640c50 commit 40a73f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/btp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: prerequisites
22
prerequisites:
33
terraform -chdir=tf init
4-
terraform -chdir=tf apply --auto-approve -var-file=terraform.tfvars
4+
terraform -chdir=tf apply --auto-approve -var-file=.tfvars
55

66
.PHONY: e2e-test
77
e2e-test: |

0 commit comments

Comments
 (0)