Skip to content

Commit 81a7a56

Browse files
authored
fix: Complete example EC2 instance cluster joining issue (#64)
1 parent c0ff594 commit 81a7a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module "vpc" {
175175
public_subnets = ["10.99.0.0/24", "10.99.1.0/24", "10.99.2.0/24"]
176176
private_subnets = ["10.99.3.0/24", "10.99.4.0/24", "10.99.5.0/24"]
177177

178-
enable_nat_gateway = false
178+
enable_nat_gateway = true
179179
single_nat_gateway = true
180180
enable_dns_hostnames = true
181181
map_public_ip_on_launch = false

0 commit comments

Comments
 (0)