Merge pull request #18972 from rileykarson/patch-2
Fix Google Cloud Platform name across docs
This commit is contained in:
commit
1bef862e3a
|
@ -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)
|
||||
|
|
|
@ -74,7 +74,7 @@ down to see all providers.
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/docs/providers/gitlab/index.html">Gitlab</a></td>
|
||||
<td><a href="/docs/providers/google/index.html">Google Cloud</a></td>
|
||||
<td><a href="/docs/providers/google/index.html">Google Cloud Platform</a></td>
|
||||
<td><a href="/docs/providers/grafana/index.html">Grafana</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue