This repository was archived by the owner on Dec 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
multiple-nat-environments Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ And add the tag `${module.nat.routing_tag_regional}` to your instances without e
2323``` ruby
2424module " mig" {
2525 source = " GoogleCloudPlatform/managed-instance-group/google"
26- version = " 1.1.13 "
26+ version = " 1.1.14 "
2727 region = " us-central1"
2828 zone = " us-central1-a"
2929 name = " testnat"
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ module "nat-zone-3" {
8080
8181module "mig1" {
8282 source = " GoogleCloudPlatform/managed-instance-group/google"
83- version = " 1.1.13 "
83+ version = " 1.1.14 "
8484 region = " ${ var . region } "
8585 zone = " ${ var . zone1 } "
8686 name = " ${ var . network_name } -mig"
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ data "template_file" "group1-startup-script" {
5353
5454module "mig1" {
5555 source = " GoogleCloudPlatform/managed-instance-group/google"
56- version = " 1.1.13 "
56+ version = " 1.1.14 "
5757 region = " ${ var . region } "
5858 zone = " ${ var . zone } "
5959 name = " ${ var . network_name } -mig"
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ resource "google_compute_subnetwork" "staging" {
6666
6767module "staging-mig1" {
6868 source = " GoogleCloudPlatform/managed-instance-group/google"
69- version = " 1.1.13 "
69+ version = " 1.1.14 "
7070 region = " ${ var . region } "
7171 zone = " ${ var . zone } "
7272 name = " ${ var . staging_mig_name } "
@@ -106,7 +106,7 @@ resource "google_compute_subnetwork" "production" {
106106
107107module "production-mig1" {
108108 source = " GoogleCloudPlatform/managed-instance-group/google"
109- version = " 1.1.13 "
109+ version = " 1.1.14 "
110110 region = " ${ var . region } "
111111 zone = " ${ var . zone } "
112112 name = " ${ var . production_mig_name } "
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ locals {
4646
4747module "nat-gateway" {
4848 source = " GoogleCloudPlatform/managed-instance-group/google"
49- version = " 1.1.13 "
49+ version = " 1.1.14 "
5050 module_enabled = " ${ var . module_enabled } "
5151 project = " ${ var . project } "
5252 region = " ${ var . region } "
You can’t perform that action at this time.
0 commit comments