Skip to content

Commit fa5202b

Browse files
authored
docs: Update README.md for v35 release (#2204)
1 parent 836dadb commit fa5202b

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sub modules are provided for creating private clusters, beta private clusters, a
1212

1313
## Compatibility
1414

15-
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.0+.
15+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.10+.
1616
If you find incompatibilities using Terraform `>=1.3`, please open an issue.
1717

1818
If you haven't [upgraded to 1.3][terraform-1.3-upgrade] and need a Terraform
@@ -391,7 +391,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
391391
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
392392
#### Terraform and Plugins
393393
- [Terraform](https://www.terraform.io/downloads.html) 1.3+
394-
- [Terraform Provider for GCP][terraform-provider-google] v5.9+
394+
- [Terraform Provider for GCP][terraform-provider-google] v6.11+
395395
#### gcloud
396396
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
397397
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

autogen/main/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The implications of this are that:
4242
{% endif %}
4343
## Compatibility
4444

45-
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.0+.
45+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.10+.
4646
If you find incompatibilities using Terraform `>=1.3`, please open an issue.
4747

4848
If you haven't [upgraded to 1.3][terraform-1.3-upgrade] and need a Terraform
@@ -288,9 +288,9 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
288288
#### Terraform and Plugins
289289
- [Terraform](https://www.terraform.io/downloads.html) 1.3+
290290
{% if beta_cluster %}
291-
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v5.9+
291+
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v6.11+
292292
{% else %}
293-
- [Terraform Provider for GCP][terraform-provider-google] v5.9+
293+
- [Terraform Provider for GCP][terraform-provider-google] v6.11+
294294
{% endif %}
295295
#### gcloud
296296
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.

modules/beta-autopilot-private-cluster/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For details on configuring private clusters with this module, check the [trouble
1515

1616
## Compatibility
1717

18-
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.0+.
18+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.10+.
1919
If you find incompatibilities using Terraform `>=1.3`, please open an issue.
2020

2121
If you haven't [upgraded to 1.3][terraform-1.3-upgrade] and need a Terraform
@@ -216,7 +216,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
216216
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
217217
#### Terraform and Plugins
218218
- [Terraform](https://www.terraform.io/downloads.html) 1.3+
219-
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v5.9+
219+
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v6.11+
220220
#### gcloud
221221
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
222222
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

modules/beta-autopilot-public-cluster/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sub modules are provided for creating private clusters, beta private clusters, a
1212

1313
## Compatibility
1414

15-
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.0+.
15+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.10+.
1616
If you find incompatibilities using Terraform `>=1.3`, please open an issue.
1717

1818
If you haven't [upgraded to 1.3][terraform-1.3-upgrade] and need a Terraform
@@ -203,7 +203,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
203203
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
204204
#### Terraform and Plugins
205205
- [Terraform](https://www.terraform.io/downloads.html) 1.3+
206-
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v5.9+
206+
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v6.11+
207207
#### gcloud
208208
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
209209
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

modules/beta-private-cluster-update-variant/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The implications of this are that:
3737

3838
## Compatibility
3939

40-
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.0+.
40+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.10+.
4141
If you find incompatibilities using Terraform `>=1.3`, please open an issue.
4242

4343
If you haven't [upgraded to 1.3][terraform-1.3-upgrade] and need a Terraform
@@ -445,7 +445,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
445445
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
446446
#### Terraform and Plugins
447447
- [Terraform](https://www.terraform.io/downloads.html) 1.3+
448-
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v5.9+
448+
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v6.11+
449449
#### gcloud
450450
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
451451
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

modules/beta-private-cluster/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For details on configuring private clusters with this module, check the [trouble
1515

1616
## Compatibility
1717

18-
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.0+.
18+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.10+.
1919
If you find incompatibilities using Terraform `>=1.3`, please open an issue.
2020

2121
If you haven't [upgraded to 1.3][terraform-1.3-upgrade] and need a Terraform
@@ -423,7 +423,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
423423
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
424424
#### Terraform and Plugins
425425
- [Terraform](https://www.terraform.io/downloads.html) 1.3+
426-
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v5.9+
426+
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v6.11+
427427
#### gcloud
428428
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
429429
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

modules/beta-public-cluster-update-variant/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The implications of this are that:
3434

3535
## Compatibility
3636

37-
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.0+.
37+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.10+.
3838
If you find incompatibilities using Terraform `>=1.3`, please open an issue.
3939

4040
If you haven't [upgraded to 1.3][terraform-1.3-upgrade] and need a Terraform
@@ -433,7 +433,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
433433
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
434434
#### Terraform and Plugins
435435
- [Terraform](https://www.terraform.io/downloads.html) 1.3+
436-
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v5.9+
436+
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v6.11+
437437
#### gcloud
438438
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
439439
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

modules/beta-public-cluster/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sub modules are provided for creating private clusters, beta private clusters, a
1212

1313
## Compatibility
1414

15-
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.0+.
15+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.10+.
1616
If you find incompatibilities using Terraform `>=1.3`, please open an issue.
1717

1818
If you haven't [upgraded to 1.3][terraform-1.3-upgrade] and need a Terraform
@@ -411,7 +411,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
411411
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
412412
#### Terraform and Plugins
413413
- [Terraform](https://www.terraform.io/downloads.html) 1.3+
414-
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v5.9+
414+
- [Terraform Provider for GCP Beta][terraform-provider-google-beta] v6.11+
415415
#### gcloud
416416
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
417417
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

modules/private-cluster-update-variant/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The implications of this are that:
3737

3838
## Compatibility
3939

40-
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.0+.
40+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.10+.
4141
If you find incompatibilities using Terraform `>=1.3`, please open an issue.
4242

4343
If you haven't [upgraded to 1.3][terraform-1.3-upgrade] and need a Terraform
@@ -425,7 +425,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
425425
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
426426
#### Terraform and Plugins
427427
- [Terraform](https://www.terraform.io/downloads.html) 1.3+
428-
- [Terraform Provider for GCP][terraform-provider-google] v5.9+
428+
- [Terraform Provider for GCP][terraform-provider-google] v6.11+
429429
#### gcloud
430430
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
431431
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

modules/private-cluster/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For details on configuring private clusters with this module, check the [trouble
1515

1616
## Compatibility
1717

18-
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.0+.
18+
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.10+.
1919
If you find incompatibilities using Terraform `>=1.3`, please open an issue.
2020

2121
If you haven't [upgraded to 1.3][terraform-1.3-upgrade] and need a Terraform
@@ -403,7 +403,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
403403
- [kubectl](https://github.com/kubernetes/kubernetes/releases) 1.9.x
404404
#### Terraform and Plugins
405405
- [Terraform](https://www.terraform.io/downloads.html) 1.3+
406-
- [Terraform Provider for GCP][terraform-provider-google] v5.9+
406+
- [Terraform Provider for GCP][terraform-provider-google] v6.11+
407407
#### gcloud
408408
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
409409
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.

0 commit comments

Comments
 (0)