Skip to content

Tags: openinfrastructure/terraform-google-multinic

Tags

4.0.0

Toggle 4.0.0's commit message
Version 4.0.0 for TF 13

3.5.0

Toggle 3.5.0's commit message
Version 3.5.0 for TF 13

3.4.1

Toggle 3.4.1's commit message
v3.4.1 - 2021-01-14

===

 * Set instance group size to 0 when num_instances=0 ([#43][issue43])

[issue43]: #43

3.4.0

Toggle 3.4.0's commit message
v3.4.0 - 2021-01-13

===

 * Add `startup_script` input variable to specify a bash startup-script to
   execute after routing is initialized.  ([#40][issue40])

2.1.1

Toggle 2.1.1's commit message
v2.1.1 - 2021-01-14

===

 * Set instance group size to 0 when num_instances=0 ([#43][issue43])

[issue43]: #43

2.1.0

Toggle 2.1.0's commit message
v2.1.0 - 2021-01-13

===

 * Add `startup_script` input variable to specify a bash startup-script to
   execute after routing is initialized.  ([#40][issue40])

3.3.0

Toggle 3.3.0's commit message
v3.3.0 - 2020-12-28

===

 * (#7) Monitor the health of IP forwarding.  See [PR
   37](#37)
   for the conditions when auto-healing is triggered in response to kernel
   routing table changes.

3.2.1

Toggle 3.2.1's commit message
v3.2.1 - 2020-12-23

===

 * (#28) Fix Error: Invalid prefix for given prefix length

3.2.0

Toggle 3.2.0's commit message
v3.2.0 - 2020-12-23

===

 * (#32) Modify update policy to match GKE defaults. (maxSurge=1 maxUnavailable=0)
 * (#35) Remove nic0_cidrs, NIC0_CIDRS, nic1_cidrs, NIC1_CIDRS from 50_compute,
   they are not used inside the instance by policy based routing.

3.1.1

Toggle 3.1.1's commit message
v3.1.1 - 2020-12-23

===

 * Fix [issue/27][issue27] `target_size` should not be set with an auto scaler.