Skip to content

Commit

Permalink
fix: relax null provider constraint (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored Jan 4, 2023
1 parent 8ef6e1f commit 0ba6c56
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 @@ -24,7 +24,7 @@ terraform {
}
null = {
source = "hashicorp/null"
version = "~> 3.2"
version = ">= 2.1"
}
}

Expand Down

0 comments on commit 0ba6c56

Please sign in to comment.