Skip to content

Commit

Permalink
adjusting provider requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Apr 22, 2024
1 parent 264e805 commit 059a600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tofu/environments/stage/environment.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ generate "versions" {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~>= 5.41.0"
version = "~> 5.41"
}
random = {
source = "hashicorp/random"
version = "~>= 3.6.1"
version = "~> 3.6"
}
}
}
Expand Down

0 comments on commit 059a600

Please sign in to comment.