File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Note that this example may create resources which cost money. Run `terraform des
3535| Name | Source | Version |
3636| ------| --------| ---------|
3737| <a name =" module_lambda_function " ></a > [ lambda\_ function] ( #module\_ lambda\_ function ) | ../../ | n/a |
38- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5 .0 |
38+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 6 .0 |
3939
4040## Resources
4141
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ resource "aws_kinesis_stream" "this" {
241241# Amazon MQ
242242module "vpc" {
243243 source = " terraform-aws-modules/vpc/aws"
244- version = " ~> 5 .0"
244+ version = " ~> 6 .0"
245245
246246 name = random_pet. this . id
247247 cidr = local. vpc_cidr
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Note that this example may create resources which cost money. Run `terraform des
3636| Name | Source | Version |
3737| ------| --------| ---------|
3838| <a name =" module_lambda_function_with_efs " ></a > [ lambda\_ function\_ with\_ efs] ( #module\_ lambda\_ function\_ with\_ efs ) | ../../ | n/a |
39- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5 .0 |
39+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 6 .0 |
4040
4141## Resources
4242
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ module "lambda_function_with_efs" {
4444
4545module "vpc" {
4646 source = " terraform-aws-modules/vpc/aws"
47- version = " ~> 5 .0"
47+ version = " ~> 6 .0"
4848
4949 name = random_pet. this . id
5050 cidr = " 10.10.0.0/16"
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ Note that this example may create resources which cost money. Run `terraform des
4040| <a name =" module_lambda_s3_write " ></a > [ lambda\_ s3\_ write] ( #module\_ lambda\_ s3\_ write ) | ../../ | n/a |
4141| <a name =" module_s3_bucket " ></a > [ s3\_ bucket] ( #module\_ s3\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 5.0 |
4242| <a name =" module_security_group_lambda " ></a > [ security\_ group\_ lambda] ( #module\_ security\_ group\_ lambda ) | terraform-aws-modules/security-group/aws | ~ > 4.0 |
43- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5 .0 |
44- | <a name =" module_vpc_endpoints " ></a > [ vpc\_ endpoints] ( #module\_ vpc\_ endpoints ) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | ~ > 5 .0 |
43+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 6 .0 |
44+ | <a name =" module_vpc_endpoints " ></a > [ vpc\_ endpoints] ( #module\_ vpc\_ endpoints ) | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | ~ > 6 .0 |
4545
4646## Resources
4747
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ data "aws_ec2_managed_prefix_list" "this" {
5959
6060module "vpc" {
6161 source = " terraform-aws-modules/vpc/aws"
62- version = " ~> 5 .0"
62+ version = " ~> 6 .0"
6363
6464 name = random_pet. this . id
6565 cidr = " 10.0.0.0/16"
@@ -101,7 +101,7 @@ module "vpc" {
101101
102102module "vpc_endpoints" {
103103 source = " terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
104- version = " ~> 5 .0"
104+ version = " ~> 6 .0"
105105
106106 vpc_id = module. vpc . vpc_id
107107
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Note that this example may create resources which cost money. Run `terraform des
3636| Name | Source | Version |
3737| ------| --------| ---------|
3838| <a name =" module_lambda_function_in_vpc " ></a > [ lambda\_ function\_ in\_ vpc] ( #module\_ lambda\_ function\_ in\_ vpc ) | ../../ | n/a |
39- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 5 .0 |
39+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | ~ > 6 .0 |
4040
4141## Resources
4242
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module "lambda_function_in_vpc" {
3030
3131module "vpc" {
3232 source = " terraform-aws-modules/vpc/aws"
33- version = " ~> 5 .0"
33+ version = " ~> 6 .0"
3434
3535 name = random_pet. this . id
3636 cidr = " 10.10.0.0/16"
You can’t perform that action at this time.
0 commit comments