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 3148c20 commit 2c7fd19
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.40"
version = ">= 5.41.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.6"
version = ">= 3.6.1"
}
}
}
Expand Down

0 comments on commit 2c7fd19

Please sign in to comment.