From da3f2b5d95871aa430917b77ddf070c01683fbc4 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 6 Jun 2019 23:31:29 -0700 Subject: [PATCH] Adjust README example and Terraform version in docs * Delay changing README example. Its prominent display on github.com may lead to new users copying it, even though it corresponds to an "in between releases" state and v1.14.4 doesn't exist yet * Leave docs tutorials the same, they can reflect master --- CHANGES.md | 2 -- README.md | 10 +++++++++- docs/cl/aws.md | 2 +- docs/cl/azure.md | 2 +- docs/cl/bare-metal.md | 2 +- docs/cl/digital-ocean.md | 2 +- docs/cl/google-cloud.md | 2 +- docs/topics/maintenance.md | 2 +- 8 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 46a0e57c..c57c4cc7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,8 +33,6 @@ Notable changes between versions. ## v1.14.3 -## v1.14.3 - * Kubernetes [v1.14.3](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#v1143) * Update CoreDNS from v1.3.1 to v1.5.0 * Add `ready` plugin to improve readinessProbe diff --git a/README.md b/README.md index 266f961c..69b3ef8a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,15 @@ Define a Kubernetes cluster by using the Terraform module for your chosen platfo ```tf module "google-cloud-yavin" { - source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes?ref=v1.14.4" + source = "git::https://github.com/poseidon/typhoon//google-cloud/container-linux/kubernetes?ref=v1.14.3" + + providers = { + google = "google.default" + local = "local.default" + null = "null.default" + template = "template.default" + tls = "tls.default" + } # Google Cloud cluster_name = "yavin" diff --git a/docs/cl/aws.md b/docs/cl/aws.md index 7dbfffc4..2fbf01f7 100644 --- a/docs/cl/aws.md +++ b/docs/cl/aws.md @@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.x on your sys ```sh $ terraform version -Terraform v0.12.0 +Terraform v0.12.1 ``` Add the [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name. diff --git a/docs/cl/azure.md b/docs/cl/azure.md index b7f17a26..7b86eed6 100644 --- a/docs/cl/azure.md +++ b/docs/cl/azure.md @@ -21,7 +21,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.x on your sys ```sh $ terraform version -Terraform v0.12.0 +Terraform v0.12.1 ``` Add the [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name. diff --git a/docs/cl/bare-metal.md b/docs/cl/bare-metal.md index 992851d0..d4068890 100644 --- a/docs/cl/bare-metal.md +++ b/docs/cl/bare-metal.md @@ -111,7 +111,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.x on your sys ```sh $ terraform version -Terraform v0.12.0 +Terraform v0.12.1 ``` Add the [terraform-provider-matchbox](https://github.com/poseidon/terraform-provider-matchbox) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name. diff --git a/docs/cl/digital-ocean.md b/docs/cl/digital-ocean.md index afe0bb48..4b1217a2 100644 --- a/docs/cl/digital-ocean.md +++ b/docs/cl/digital-ocean.md @@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.x on your sys ```sh $ terraform version -Terraform v0.12.0 +Terraform v0.12.1 ``` Add the [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name. diff --git a/docs/cl/google-cloud.md b/docs/cl/google-cloud.md index 4edc7aeb..4cbdf93f 100644 --- a/docs/cl/google-cloud.md +++ b/docs/cl/google-cloud.md @@ -18,7 +18,7 @@ Install [Terraform](https://www.terraform.io/downloads.html) v0.12.x on your sys ```sh $ terraform version -Terraform v0.12.0 +Terraform v0.12.1 ``` Add the [terraform-provider-ct](https://github.com/poseidon/terraform-provider-ct) plugin binary for your system to `~/.terraform.d/plugins/`, noting the final name. diff --git a/docs/topics/maintenance.md b/docs/topics/maintenance.md index df9906cd..9652338c 100644 --- a/docs/topics/maintenance.md +++ b/docs/topics/maintenance.md @@ -300,7 +300,7 @@ sudo ln -sf ~/Downloads/terraform-0.12.0/terraform /usr/local/bin/terraform12 ``` !!! note - For example, `terraform` may refer Terraform v0.11.14, while `terraform12` is symlinked to Terraform v0.12.0. Once migration is complete, Terraform v0.11.x can be deleted and `terraform12` renamed. + For example, `terraform` may refer Terraform v0.11.14, while `terraform12` is symlinked to Terraform v0.12.1. Once migration is complete, Terraform v0.11.x can be deleted and `terraform12` renamed. #### In-place