Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from gruntwork-io/revert-vpc-nat-routing
Browse files Browse the repository at this point in the history
Revert Subnetwork change to resolve #52
  • Loading branch information
robmorgan authored Nov 16, 2020
2 parents e56fc55 + 3fcdaf1 commit 186c0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vpc-network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ resource "google_compute_router_nat" "vpc_nat" {
source_subnetwork_ip_ranges_to_nat = "LIST_OF_SUBNETWORKS"

subnetwork {
name = google_compute_subnetwork.vpc_subnetwork_private.self_link
name = google_compute_subnetwork.vpc_subnetwork_public.self_link
source_ip_ranges_to_nat = ["ALL_IP_RANGES"]
}
}
Expand Down

0 comments on commit 186c0ec

Please sign in to comment.