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 2c7fd19 commit 0f49e7a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ inputs = {
secrets_endpoint_security_group = dependency.vpc.outputs.secrets_endpoint_security_group
logs_endpoint_security_group = dependency.vpc.outputs.logs_endpoint_security_group
database_subnet_cidrs = dependency.vpc.outputs.database_subnet_cidrs
ssl_cert = "arn:aws:acm:us-east-1:768512802988:certificate/4a53e27b-0cd3-4855-a13f-5bac50015e43"
tags = local.tags
}
2 changes: 1 addition & 1 deletion tofu/environments/stage/environment.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ generate "versions" {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.41.0"
version = ">= 5.40.0"
}
random = {
source = "hashicorp/random"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f49e7a

Please sign in to comment.