We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29d7a4 commit b18d585Copy full SHA for b18d585
examples/service_network/main.tf
@@ -120,7 +120,7 @@ resource "aws_iam_role" "firehose_role" {
120
module "vpcs" {
121
for_each = var.vpcs
122
source = "aws-ia/vpc/aws"
123
- version = "4.4.1"
+ version = "4.4.4"
124
125
name = each.key
126
cidr_block = each.value.cidr_block
examples/target_groups/main.tf
@@ -54,7 +54,7 @@ module "vpclattice_target_groups" {
54
# VPC - to create IP targets
55
module "vpc" {
56
57
58
59
name = "vpc"
60
cidr_block = "10.0.0.0/24"
0 commit comments