Skip to content

Commit 880e76a

Browse files
authored
tfversion: Add variables for version 1.6.0 and 1.7.0 (#229)
Terraform 1.6 already exists and 1.7 is in alpha phase, so it will exist soon enough. This does not feel like it warrants a changelog entry for such as small change, but happy to create one.
1 parent 96e9a4c commit 880e76a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tfversion/versions.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ var (
2929
Version1_3_0 *version.Version = version.Must(version.NewVersion("1.3.0"))
3030
Version1_4_0 *version.Version = version.Must(version.NewVersion("1.4.0"))
3131
Version1_5_0 *version.Version = version.Must(version.NewVersion("1.5.0"))
32+
Version1_6_0 *version.Version = version.Must(version.NewVersion("1.6.0"))
33+
Version1_7_0 *version.Version = version.Must(version.NewVersion("1.7.0"))
3234
)

0 commit comments

Comments
 (0)