File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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 @@ -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 @@ -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 @@ -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