You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,11 @@ Then perform the following commands on the root folder:
97
97
-`terraform apply` to apply the infrastructure build
98
98
-`terraform destroy` to destroy the built infrastructure
99
99
100
+
## Upgrade to v3.0.0
101
+
102
+
v3.0.0 is a breaking release. Refer to the
103
+
[Upgrading to v3.0 guide][upgrading-to-v3.0] for details.
104
+
100
105
## Upgrade to v2.0.0
101
106
102
107
v2.0.0 is a breaking release. Refer to the
@@ -154,6 +159,7 @@ In either case, upgrading to module version `v1.0.0` will trigger a recreation o
154
159
| service\_account | The service account to run nodes as if not overridden in `node_pools`. The default value will cause a cluster-specific service account to be created. | string |`"create"`| no |
155
160
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server | map |`<map>`| no |
156
161
| subnetwork | The subnetwork to host the cluster in (required) | string | n/a | yes |
162
+
| upstream\_nameservers | If specified, the values replace the nameservers taken by default from the node’s /etc/resolv.conf | list |`<list>`| no |
157
163
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | list |`<list>`| no |
158
164
159
165
## Outputs
@@ -198,7 +204,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
0 commit comments