hashicorp / terraform-google-consul

A Terraform Module for how to run Consul on Google Cloud using Terraform and Packer
Apache License 2.0
94 stars 90 forks source link

Add support for custom subnetworks #5

Closed oralordos closed 6 years ago

oralordos commented 6 years ago

This should add in support for custom subnetworks while still supporting any of the older flows. A standard custom network still works, and a custom subnetwork will also work.

Fixes #4

dalekurt commented 6 years ago

Thank you @Oralordos I truly appreciate the work you have been doing.

mkell43 commented 6 years ago

@josh-padnick or other, could this please be merged in? I don't mind using @Oralordos's fork, but I would rather be pulling from the official repo.

brikis98 commented 6 years ago

@josh-padnick Is on vacation at the moment, but we'll dig into this when he's back next week. Thank you for your patience!

josh-padnick commented 6 years ago

Hi all, apologies for the delay in responding. It wasn't clear how to prioritize reviewing these requests internally and the lack of automated tests made it harder to do so. We've now made the decision to commit to timely responses on the Gruntwork-managed GCP Terraform modules.

For this PR in particular, until GCP support lands in Terratest, we'll need contributors to explicitly verify that they manually tested the changes. In this case, the changes are backwards-compatible, and I validated one set of inputs, so I'll merge now!