Skip to content

Commit

Permalink
bump default terraform to v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
appilon committed Nov 25, 2020
1 parent 5b9c753 commit b083be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfinstall/gitref/git_ref_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestGitRef(t *testing.T) {
// https://github.com/hashicorp/terraform/pull/25633
"PR 25633": {"Terraform v0.12.29-dev", "refs/pull/25633/head"},
//"commit 83630a7": {"Terraform v0.12.29", "83630a7003fb8b868a3bf940798326634c3c6acc"},
"empty": {"Terraform v0.14.", ""}, // should pull master, which is currently 0.14 dev
"empty": {"Terraform v0.15.", ""}, // should pull master, which is currently 0.14 dev
} {
c := c
t.Run(n, func(t *testing.T) {
Expand Down

0 comments on commit b083be3

Please sign in to comment.