Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/vpc/aws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 17, 2024
1 parent 5277fee commit f87e9b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/admin_vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "3.0.0"
version = "5.13.0"
name = var.prefix

cidr = var.cidr_block
Expand Down
2 changes: 1 addition & 1 deletion modules/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "aws_security_group" "endpoints" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "3.0.0"
version = "5.13.0"
name = "${var.prefix}-vpc"

cidr = var.cidr_block
Expand Down

0 comments on commit f87e9b7

Please sign in to comment.