Skip to content

Commit

Permalink
Bump the required version of Terraform up to 1.1
Browse files Browse the repository at this point in the history
Version 1.1 of Terraform is the first version to support the nullable
key in variable definitions.

Co-authored-by: Jeremy Frasier <[email protected]>
  • Loading branch information
dav3r and jsf9k committed Nov 21, 2024
1 parent c6f8eb5 commit 42dcc85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

terraform {
# We want to hold off on 1.1 or higher until we have tested it.
required_version = "~> 1.0"
# Version 1.1 of Terraform is the first version to support the
# nullable key in variable definitions.
required_version = "~> 1.1"

# If you use any other providers you should also pin them to the
# major version currently being used. This practice will help us
Expand Down

0 comments on commit 42dcc85

Please sign in to comment.