From 74ec68f9d4e7abdc2f43d107fb63bf8645bb68e6 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Mon, 1 Oct 2018 13:38:08 -0700 Subject: [PATCH] Fix Google Cloud Platform name across docs. The `google` provider supports GCP, not necessarily Google Cloud as a whole. Update the naming on this index page to match [the provider README](https://github.com/terraform-providers/terraform-provider-google#terraform-provider-for-google-cloud-platform) and the [provider docs changes](https://github.com/terraform-providers/terraform-provider-google/blob/master/website/docs/index.html.markdown#google-cloud-platform-provider) coming in the next release. --- examples/README.md | 2 +- website/docs/providers/index.html.markdown | 2 +- website/docs/providers/type/major-index.html.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index 025a6e0dd..9200b9147 100644 --- a/examples/README.md +++ b/examples/README.md @@ -23,5 +23,5 @@ repositories contain documentation specific to their provider: * [CenturyLink Cloud Examples](https://github.com/terraform-providers/terraform-provider-clc/tree/master/examples) * [Consul Examples](https://github.com/terraform-providers/terraform-provider-consul/tree/master/examples) * [DigitalOcean Examples](https://github.com/terraform-providers/terraform-provider-digitalocean/tree/master/examples) -* [Google Cloud Examples](https://github.com/terraform-providers/terraform-provider-google/tree/master/examples) +* [Google Cloud Platform Examples](https://github.com/terraform-providers/terraform-provider-google/tree/master/examples) * [OpenStack Examples](https://github.com/terraform-providers/terraform-provider-openstack/tree/master/examples) diff --git a/website/docs/providers/index.html.markdown b/website/docs/providers/index.html.markdown index 9532141d5..c83597608 100644 --- a/website/docs/providers/index.html.markdown +++ b/website/docs/providers/index.html.markdown @@ -74,7 +74,7 @@ down to see all providers. Gitlab - Google Cloud + Google Cloud Platform Grafana diff --git a/website/docs/providers/type/major-index.html.markdown b/website/docs/providers/type/major-index.html.markdown index f6bd6eee1..569b8e55c 100644 --- a/website/docs/providers/type/major-index.html.markdown +++ b/website/docs/providers/type/major-index.html.markdown @@ -27,7 +27,7 @@ tested by HashiCorp. [Azure Stack](/docs/providers/azurestack/index.html) -[Google Cloud](/docs/providers/google/index.html) +[Google Cloud Platform](/docs/providers/google/index.html) [Oracle Cloud Infrastructure](/docs/providers/oci/index.html)