Skip to content

Commit

Permalink
Merge pull request #96 from god-dev-team/dependabot/terraform/eks-vpc…
Browse files Browse the repository at this point in the history
…/terraform-aws-modules/rds/aws-tw-4.2

Update terraform-aws-modules/rds/aws requirement from ~> 3.3 to ~> 4.2 in /eks-vpc
  • Loading branch information
timurgaleev authored Mar 17, 2022
2 parents 77c465a + 2d433df commit d9966a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-vpc/modules/rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "random_string" "dbpassword" {

module "mysql" {
source = "terraform-aws-modules/rds/aws"
version = "~> 3.3"
version = "~> 4.2"

identifier = "demo-db"

Expand Down

0 comments on commit d9966a4

Please sign in to comment.