Skip to content

Commit

Permalink
tfversion: Add variable for version 1.8.0
Browse files Browse the repository at this point in the history
Terraform 1.7 is now generally available and we know there will be 1.8 for provider functions, etc. This does not feel like it warrants a changelog entry for such as small change, but happy to create one.
  • Loading branch information
bflad committed Jan 19, 2024
1 parent 198c751 commit 727fcc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tfversion/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ var (
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"))
Version1_8_0 *version.Version = version.Must(version.NewVersion("1.8.0"))
)

0 comments on commit 727fcc4

Please sign in to comment.