Releases: FairwindsOps/terraform-gcp-vpc-native
default-v2.2.2
Added new variable for cloud nat tcp_transitory_idle_timeout_sec. Updated the CHANGELOG to reflect 2.2.2 changes.
Non breaking, backwards compatible change.
default-v2.2.1
default-v2.2.1
Fixed
- updated the log_config logic to prevent changes on each run
default-v2.2.0
Added new variables and fields for cloud nat min_ports_per_vm and log_filter. Updated the CHANGELOG to reflect 2.1.0 changes. Updated README with more suitable subnet sizes.
Non breaking, backwards compatible change.
default-v2.0.0
2.0.0
Breaking
- Upgraded module to support terraform 0.12.x
Added
- Added Cloud NAT support. See docs for new inputs and logic.
cloud-nat-v2.0.0
2.0.0
Note, this module should be considered deprecated. Use the default
module with cloud-nat options.
Breaking
- Updated module to support terraform 0.12
cloud nat ip options
cloud-nat-v1.1.0
Added the ability to provision NAT gateways with a specified list of public ip addresses. This adds two new input variables that contain default values, so backwards compatibility is maintained.
Added
var.nat_ip_allocate_option
var.cloud_nat_address_count
shared-vpc-v1.0.0
Initial release of the shared VPC module, which lays out the base network configuration and any desired number of subnetworks intended for use in a shared VPC context. Intended for us with: https://github.com/FairwindsOps/terraform-gcp-gke-shared-vpc module
default-v1.0.1 release
Includes two minor changes:
- added description argument for
google_compute_network
resource, which defaults to null - added self_link outputs for network and router resources
See the changelog in the default
module directory for details.
Initial Release of default gcp network module
Merge pull request #3 from reactiveops/cloud-nat initial cloud-nat module config and notes
Initial Cloud NAT module release
Merge pull request #3 from reactiveops/cloud-nat initial cloud-nat module config and notes