Skip to content

Commit

Permalink
fix: relax random provider version (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored Jan 4, 2023
1 parent 55bd709 commit 2d7da45
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 @@ -25,7 +25,7 @@ terraform {

random = {
source = "hashicorp/random"
version = "~> 3.0"
version = ">= 2.1"
}
}

Expand Down

0 comments on commit 2d7da45

Please sign in to comment.