File tree 4 files changed +8
-8
lines changed
aws-databricks-base-infra
aws-workspace-with-firewall
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ data "aws_availability_zones" "available" {}
2
2
3
3
module "vpc" {
4
4
source = " terraform-aws-modules/vpc/aws"
5
- version = " 3.2 .0"
5
+ version = " 5.7 .0"
6
6
7
7
name = var. prefix
8
8
cidr = var. cidr_block
@@ -33,7 +33,7 @@ module "vpc" {
33
33
34
34
module "vpc_endpoints" {
35
35
source = " terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
36
- version = " 3.2 .0"
36
+ version = " 5.7 .0"
37
37
38
38
vpc_id = module. vpc . vpc_id
39
39
security_group_ids = [module . vpc . default_security_group_id ]
Original file line number Diff line number Diff line change 1
1
module "vpc" {
2
2
source = " terraform-aws-modules/vpc/aws"
3
- version = " 3.2 .0"
3
+ version = " 5.7 .0"
4
4
5
5
name = local. prefix
6
6
cidr = var. cidr_block
@@ -27,4 +27,4 @@ module "vpc" {
27
27
description = " Allow all internal TCP and UDP"
28
28
self = true
29
29
}]
30
- }
30
+ }
Original file line number Diff line number Diff line change 1
1
module "vpc_endpoints" {
2
2
source = " terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
3
- version = " 3.2 .0"
3
+ version = " 5.7 .0"
4
4
5
5
vpc_id = module. vpc . vpc_id
6
6
security_group_ids = [module . vpc . default_security_group_id ]
@@ -35,4 +35,4 @@ module "vpc_endpoints" {
35
35
}
36
36
37
37
tags = var. tags
38
- }
38
+ }
Original file line number Diff line number Diff line change 1
1
module "vpc_endpoints" {
2
2
source = " terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
3
- version = " 3.11 .0"
3
+ version = " 5.7 .0"
4
4
5
5
vpc_id = aws_vpc. db_vpc . id
6
6
security_group_ids = [aws_security_group . default_sg . id ]
@@ -36,4 +36,4 @@ module "vpc_endpoints" {
36
36
}
37
37
38
38
tags = var. tags
39
- }
39
+ }
You can’t perform that action at this time.
0 commit comments