Skip to content

Commit

Permalink
relax provider versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Apr 22, 2024
1 parent bc658ca commit 22908a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tofu/environments/stage/environment.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ generate "versions" {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.41.0"
version = "~> 5.41.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.6.1"
}
}
EOF
Expand Down

0 comments on commit 22908a3

Please sign in to comment.