Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/vpc/aws to 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 9b88bcf commit c9dd82e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cost/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.13"
version = "5.14"

name = "${local.resource_prefix}-my-vpc"
cidr = "10.214.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion examples/full/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.13"
version = "5.14"

name = "${local.resource_prefix}-my-vpc"
cidr = "10.214.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.13"
version = "5.14"

name = "${local.resource_prefix}-my-vpc"
cidr = "10.214.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion examples/spot/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.13"
version = "5.14"

name = "${local.resource_prefix}-my-vpc"
cidr = "10.214.0.0/16"
Expand Down

0 comments on commit c9dd82e

Please sign in to comment.