Skip to content

Commit b18d585

Browse files
committed
updating vpc module version (test folders)
1 parent d29d7a4 commit b18d585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/service_network/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ resource "aws_iam_role" "firehose_role" {
120120
module "vpcs" {
121121
for_each = var.vpcs
122122
source = "aws-ia/vpc/aws"
123-
version = "4.4.1"
123+
version = "4.4.4"
124124

125125
name = each.key
126126
cidr_block = each.value.cidr_block

examples/target_groups/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module "vpclattice_target_groups" {
5454
# VPC - to create IP targets
5555
module "vpc" {
5656
source = "aws-ia/vpc/aws"
57-
version = "4.4.1"
57+
version = "4.4.4"
5858

5959
name = "vpc"
6060
cidr_block = "10.0.0.0/24"

0 commit comments

Comments
 (0)