Skip to content

Commit a807f21

Browse files
committed
Add note about Terraform compatibility
1 parent 555dcc1 commit a807f21

File tree

5 files changed

+50
-0
lines changed

5 files changed

+50
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The resources/services/activations/deletions that this module will create/trigge
88
- Activate network policy if `network_policy` is true
99
- Add `ip-masq-agent` configmap with provided `non_masquerade_cidrs` if `network_policy` is true
1010

11+
12+
## Compatibility
13+
14+
This module is meant for use with Terraform 0.12. If you haven't
15+
[upgraded][terraform-0.12-upgrade] and need a Terraform
16+
0.11.x-compatible version of this module, the last released version
17+
intended for Terraform 0.11.x is [3.0.0].
18+
1119
## Usage
1220
There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows:
1321

@@ -373,3 +381,5 @@ command.
373381
[upgrading-to-v2.0]: docs/upgrading_to_v2.0.md
374382
[upgrading-to-v3.0]: docs/upgrading_to_v3.0.md
375383
[terraform-provider-google]: https://github.com/terraform-providers/terraform-provider-google
384+
[3.0.0]: https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/3.0.0
385+
[terraform-0.12-upgrade]: https://www.terraform.io/upgrade-guides/0-12.html

autogen/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ The resources/services/activations/deletions that this module will create/trigge
1313
**Note**: You must run Terraform from a VM on the same VPC as your cluster, otherwise there will be issues connecting to the GKE master.
1414

1515
{% endif %}
16+
17+
## Compatibility
18+
19+
This module is meant for use with Terraform 0.12. If you haven't
20+
[upgraded][terraform-0.12-upgrade] and need a Terraform
21+
0.11.x-compatible version of this module, the last released version
22+
intended for Terraform 0.11.x is [3.0.0].
23+
1624
## Usage
1725
There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows:
1826

@@ -332,3 +340,5 @@ command.
332340
{% else %}
333341
[terraform-provider-google]: https://github.com/terraform-providers/terraform-provider-google
334342
{% endif %}
343+
[3.0.0]: https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/3.0.0
344+
[terraform-0.12-upgrade]: https://www.terraform.io/upgrade-guides/0-12.html

modules/beta-private-cluster/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ The resources/services/activations/deletions that this module will create/trigge
1010

1111
**Note**: You must run Terraform from a VM on the same VPC as your cluster, otherwise there will be issues connecting to the GKE master.
1212

13+
14+
## Compatibility
15+
16+
This module is meant for use with Terraform 0.12. If you haven't
17+
[upgraded][terraform-0.12-upgrade] and need a Terraform
18+
0.11.x-compatible version of this module, the last released version
19+
intended for Terraform 0.11.x is [3.0.0].
20+
1321
## Usage
1422
There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows:
1523

@@ -393,3 +401,5 @@ command.
393401
[upgrading-to-v2.0]: ../../docs/upgrading_to_v2.0.md
394402
[upgrading-to-v3.0]: ../../docs/upgrading_to_v3.0.md
395403
[terraform-provider-google-beta]: https://github.com/terraform-providers/terraform-provider-google-beta
404+
[3.0.0]: https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/3.0.0
405+
[terraform-0.12-upgrade]: https://www.terraform.io/upgrade-guides/0-12.html

modules/beta-public-cluster/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The resources/services/activations/deletions that this module will create/trigge
88
- Activate network policy if `network_policy` is true
99
- Add `ip-masq-agent` configmap with provided `non_masquerade_cidrs` if `network_policy` is true
1010

11+
12+
## Compatibility
13+
14+
This module is meant for use with Terraform 0.12. If you haven't
15+
[upgraded][terraform-0.12-upgrade] and need a Terraform
16+
0.11.x-compatible version of this module, the last released version
17+
intended for Terraform 0.11.x is [3.0.0].
18+
1119
## Usage
1220
There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows:
1321

@@ -384,3 +392,5 @@ command.
384392
[upgrading-to-v2.0]: docs/upgrading_to_v2.0.md
385393
[upgrading-to-v3.0]: ../../docs/upgrading_to_v3.0.md
386394
[terraform-provider-google-beta]: https://github.com/terraform-providers/terraform-provider-google-beta
395+
[3.0.0]: https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/3.0.0
396+
[terraform-0.12-upgrade]: https://www.terraform.io/upgrade-guides/0-12.html

modules/private-cluster/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ The resources/services/activations/deletions that this module will create/trigge
1010

1111
**Note**: You must run Terraform from a VM on the same VPC as your cluster, otherwise there will be issues connecting to the GKE master.
1212

13+
14+
## Compatibility
15+
16+
This module is meant for use with Terraform 0.12. If you haven't
17+
[upgraded][terraform-0.12-upgrade] and need a Terraform
18+
0.11.x-compatible version of this module, the last released version
19+
intended for Terraform 0.11.x is [3.0.0].
20+
1321
## Usage
1422
There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows:
1523

@@ -382,3 +390,5 @@ command.
382390
[upgrading-to-v2.0]: ../../docs/upgrading_to_v2.0.md
383391
[upgrading-to-v3.0]: ../../docs/upgrading_to_v3.0.md
384392
[terraform-provider-google-beta]: https://github.com/terraform-providers/terraform-provider-google-beta
393+
[3.0.0]: https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/3.0.0
394+
[terraform-0.12-upgrade]: https://www.terraform.io/upgrade-guides/0-12.html

0 commit comments

Comments
 (0)