Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/vpc/aws to v5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 6, 2024
1 parent eaeffb1 commit 5cce002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/aws/templates/aws_oidc/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data "aws_availability_zones" "available" {}

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.1.1"
version = "5.5.3"

name = "${var.app_prefix}-${var.vpc_name}"
cidr = var.vpc_cidr
Expand Down

0 comments on commit 5cce002

Please sign in to comment.