From 6cc0bf8810adc62e6e544190522b8755479c3836 Mon Sep 17 00:00:00 2001 From: Aaron Lane Date: Thu, 11 Jul 2019 14:41:36 -0400 Subject: [PATCH] [skip ci] Add note about Terraform compatibility --- README.md | 10 ++++++++++ autogen/README.md | 10 ++++++++++ modules/beta-private-cluster/README.md | 10 ++++++++++ modules/beta-public-cluster/README.md | 10 ++++++++++ modules/private-cluster/README.md | 10 ++++++++++ 5 files changed, 50 insertions(+) diff --git a/README.md b/README.md index 5dd2adccbf..5d09951671 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ The resources/services/activations/deletions that this module will create/trigge - Activate network policy if `network_policy` is true - Add `ip-masq-agent` configmap with provided `non_masquerade_cidrs` if `network_policy` is true + +## Compatibility + +This module is meant for use with Terraform 0.12. If you haven't +[upgraded][terraform-0.12-upgrade] and need a Terraform +0.11.x-compatible version of this module, the last released version +intended for Terraform 0.11.x is [3.0.0]. + ## Usage There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows: @@ -373,3 +381,5 @@ command. [upgrading-to-v2.0]: docs/upgrading_to_v2.0.md [upgrading-to-v3.0]: docs/upgrading_to_v3.0.md [terraform-provider-google]: https://github.com/terraform-providers/terraform-provider-google +[3.0.0]: https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/3.0.0 +[terraform-0.12-upgrade]: https://www.terraform.io/upgrade-guides/0-12.html diff --git a/autogen/README.md b/autogen/README.md index 0e5d22cfe5..85c803578a 100644 --- a/autogen/README.md +++ b/autogen/README.md @@ -13,6 +13,14 @@ The resources/services/activations/deletions that this module will create/trigge **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. {% endif %} + +## Compatibility + +This module is meant for use with Terraform 0.12. If you haven't +[upgraded][terraform-0.12-upgrade] and need a Terraform +0.11.x-compatible version of this module, the last released version +intended for Terraform 0.11.x is [3.0.0]. + ## Usage There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows: @@ -332,3 +340,5 @@ command. {% else %} [terraform-provider-google]: https://github.com/terraform-providers/terraform-provider-google {% endif %} +[3.0.0]: https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/3.0.0 +[terraform-0.12-upgrade]: https://www.terraform.io/upgrade-guides/0-12.html diff --git a/modules/beta-private-cluster/README.md b/modules/beta-private-cluster/README.md index 495cd14289..475159e1a6 100644 --- a/modules/beta-private-cluster/README.md +++ b/modules/beta-private-cluster/README.md @@ -10,6 +10,14 @@ The resources/services/activations/deletions that this module will create/trigge **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. + +## Compatibility + +This module is meant for use with Terraform 0.12. If you haven't +[upgraded][terraform-0.12-upgrade] and need a Terraform +0.11.x-compatible version of this module, the last released version +intended for Terraform 0.11.x is [3.0.0]. + ## Usage There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows: @@ -393,3 +401,5 @@ command. [upgrading-to-v2.0]: ../../docs/upgrading_to_v2.0.md [upgrading-to-v3.0]: ../../docs/upgrading_to_v3.0.md [terraform-provider-google-beta]: https://github.com/terraform-providers/terraform-provider-google-beta +[3.0.0]: https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/3.0.0 +[terraform-0.12-upgrade]: https://www.terraform.io/upgrade-guides/0-12.html diff --git a/modules/beta-public-cluster/README.md b/modules/beta-public-cluster/README.md index 915e779c88..32df7c1856 100644 --- a/modules/beta-public-cluster/README.md +++ b/modules/beta-public-cluster/README.md @@ -8,6 +8,14 @@ The resources/services/activations/deletions that this module will create/trigge - Activate network policy if `network_policy` is true - Add `ip-masq-agent` configmap with provided `non_masquerade_cidrs` if `network_policy` is true + +## Compatibility + +This module is meant for use with Terraform 0.12. If you haven't +[upgraded][terraform-0.12-upgrade] and need a Terraform +0.11.x-compatible version of this module, the last released version +intended for Terraform 0.11.x is [3.0.0]. + ## Usage There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows: @@ -384,3 +392,5 @@ command. [upgrading-to-v2.0]: docs/upgrading_to_v2.0.md [upgrading-to-v3.0]: ../../docs/upgrading_to_v3.0.md [terraform-provider-google-beta]: https://github.com/terraform-providers/terraform-provider-google-beta +[3.0.0]: https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/3.0.0 +[terraform-0.12-upgrade]: https://www.terraform.io/upgrade-guides/0-12.html diff --git a/modules/private-cluster/README.md b/modules/private-cluster/README.md index ddf24b6d4d..906a826a94 100644 --- a/modules/private-cluster/README.md +++ b/modules/private-cluster/README.md @@ -10,6 +10,14 @@ The resources/services/activations/deletions that this module will create/trigge **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. + +## Compatibility + +This module is meant for use with Terraform 0.12. If you haven't +[upgraded][terraform-0.12-upgrade] and need a Terraform +0.11.x-compatible version of this module, the last released version +intended for Terraform 0.11.x is [3.0.0]. + ## Usage There are multiple examples included in the [examples](./examples/) folder but simple usage is as follows: @@ -382,3 +390,5 @@ command. [upgrading-to-v2.0]: ../../docs/upgrading_to_v2.0.md [upgrading-to-v3.0]: ../../docs/upgrading_to_v3.0.md [terraform-provider-google-beta]: https://github.com/terraform-providers/terraform-provider-google-beta +[3.0.0]: https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/3.0.0 +[terraform-0.12-upgrade]: https://www.terraform.io/upgrade-guides/0-12.html