Skip to content

Commit

Permalink
fix: Complete example EC2 instance cluster joining issue (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom committed Jun 20, 2022
1 parent c0ff594 commit 81a7a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ module "vpc" {
public_subnets = ["10.99.0.0/24", "10.99.1.0/24", "10.99.2.0/24"]
private_subnets = ["10.99.3.0/24", "10.99.4.0/24", "10.99.5.0/24"]

enable_nat_gateway = false
enable_nat_gateway = true
single_nat_gateway = true
enable_dns_hostnames = true
map_public_ip_on_launch = false
Expand Down

0 comments on commit 81a7a56

Please sign in to comment.