Skip to content

Commit

Permalink
tfversion: Add variables for version 1.6.0 and 1.7.0 (#229)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bflad authored Nov 29, 2023
1 parent 96e9a4c commit 880e76a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tfversion/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ var (
Version1_3_0 *version.Version = version.Must(version.NewVersion("1.3.0"))
Version1_4_0 *version.Version = version.Must(version.NewVersion("1.4.0"))
Version1_5_0 *version.Version = version.Must(version.NewVersion("1.5.0"))
Version1_6_0 *version.Version = version.Must(version.NewVersion("1.6.0"))
Version1_7_0 *version.Version = version.Must(version.NewVersion("1.7.0"))
)

0 comments on commit 880e76a

Please sign in to comment.