Skip to content

Commit

Permalink
Allow higher versions of null provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sollie committed Feb 7, 2024
1 parent 548c699 commit ac1bcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 3.1.0"
version = ">= 3.1.0"
}
}
}

0 comments on commit ac1bcc3

Please sign in to comment.