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 81895e7 commit 14b4237Copy full SHA for 14b4237
examples/complete-vpc/main.tf
@@ -17,18 +17,13 @@ module "vpc" {
17
redshift_subnets = ["10.10.41.0/24", "10.10.42.0/24", "10.10.43.0/24"]
18
intra_subnets = ["10.10.51.0/24", "10.10.52.0/24", "10.10.53.0/24"]
19
20
- create_database_subnet_group = true
21
- create_database_subnet_route_table = true
22
- create_database_internet_gateway_route = true
+ create_database_subnet_group = false
23
24
enable_nat_gateway = true
25
single_nat_gateway = true
26
27
enable_vpn_gateway = true
28
29
- enable_dns_hostnames = true
30
- enable_dns_support = true
31
-
32
enable_s3_endpoint = true
33
enable_dynamodb_endpoint = true
34
0 commit comments