Skip to content

Commit

Permalink
Update provider name in various spots (hashicorp#10092) (hashicorp#17475
Browse files Browse the repository at this point in the history
)

[upstream:9f98cde4b2e5946ec446d572c08d0ea15dfb6a57]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Mar 4, 2024
1 parent 3a16fcb commit ee65da7
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 41 deletions.
2 changes: 2 additions & 0 deletions .changelog/10092.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
4 changes: 2 additions & 2 deletions META.d/_summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ partition: tf-ecosystem
summary:
owner: team-tf-hybrid-cloud
description: |
The Terraform Google provider is a plugin that allows Terraform to manage resources on Google Cloud Platform.
The Terraform provider for Google Cloud is a plugin that allows Terraform to manage resources on Google Cloud.
visibility: external
visibility: external
6 changes: 3 additions & 3 deletions website/docs/guides/getting_started.html.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
page_title: "Getting Started with the Google provider"
page_title: "Getting Started with the Google Cloud provider"
description: |-
Getting started with the Google Cloud Platform provider
Getting started with the Google Cloud provider
---

# Getting Started with the Google Provider
# Getting Started with the Google Cloud provider

## Before you begin

Expand Down
4 changes: 2 additions & 2 deletions website/docs/guides/provider_reference.html.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
page_title: "Google Provider Configuration Reference"
page_title: "Google Cloud Provider Configuration Reference"
description: |-
Configuration reference for the Google provider for Terraform.
Configuration reference for the Terraform provider for Google Cloud.
---

# Google Provider Configuration Reference
Expand Down
8 changes: 4 additions & 4 deletions website/docs/guides/version_2_upgrade.html.markdown
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
page_title: "Terraform Google Provider 2.0.0 Upgrade Guide"
page_title: "Terraform provider for Google Cloud 2.0.0 Upgrade Guide"
description: |-
Terraform Google Provider 2.0.0 Upgrade Guide
Terraform provider for Google Cloud 2.0.0 Upgrade Guide
---

# Terraform Google Provider 2.0.0 Upgrade Guide
# Terraform provider for Google Cloud 2.0.0 Upgrade Guide

Version `2.0.0` of the Google provider for Terraform is a major release and
Version `2.0.0` of the Terraform provider for Google Cloud is a major release and
includes some changes that you will need to consider when upgrading. This guide
is intended to help with that process and focuses only on the changes necessary
to upgrade from version `1.20.0` to `2.0.0`.
Expand Down
8 changes: 4 additions & 4 deletions website/docs/guides/version_3_upgrade.html.markdown
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
page_title: "Terraform Google Provider 3.0.0 Upgrade Guide"
page_title: "Terraform provider for Google Cloud 3.0.0 Upgrade Guide"
description: |-
Terraform Google Provider 3.0.0 Upgrade Guide
Terraform provider for Google Cloud 3.0.0 Upgrade Guide
---

# Terraform Google Provider 3.0.0 Upgrade Guide
# Terraform provider for Google Cloud 3.0.0 Upgrade Guide

The `3.0.0` release of the Google provider for Terraform is a major version and
The `3.0.0` release of the Terraform provider for Google Cloud is a major version and
includes some changes that you will need to consider when upgrading. This guide
is intended to help with that process and focuses only on the changes necessary
to upgrade from the final `2.X` series release to `3.0.0`.
Expand Down
8 changes: 4 additions & 4 deletions website/docs/guides/version_4_upgrade.html.markdown
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
page_title: "Terraform Google Provider 4.0.0 Upgrade Guide"
page_title: "Terraform provider for Google Cloud 4.0.0 Upgrade Guide"
description: |-
Terraform Google Provider 4.0.0 Upgrade Guide
Terraform provider for Google Cloud 4.0.0 Upgrade Guide
---

# Terraform Google Provider 4.0.0 Upgrade Guide
# Terraform provider for Google Cloud 4.0.0 Upgrade Guide

The `4.0.0` release of the Google provider for Terraform is a major version and
The `4.0.0` release of the Terraform provider for Google Cloud is a major version and
includes some changes that you will need to consider when upgrading. This guide
is intended to help with that process and focuses only on the changes necessary
to upgrade from the final `3.X` series release to `4.0.0`.
Expand Down
14 changes: 7 additions & 7 deletions website/docs/guides/version_5_upgrade.html.markdown
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
page_title: "Terraform Google Provider 5.0.0 Upgrade Guide"
page_title: "Terraform provider for Google Cloud 5.0.0 Upgrade Guide"
description: |-
Terraform Google Provider 5.0.0 Upgrade Guide
Terraform provider for Google Cloud 5.0.0 Upgrade Guide
---

# Terraform Google Provider 5.0.0 Upgrade Guide
# Terraform provider for Google Cloud 5.0.0 Upgrade Guide

The `5.0.0` release of the Google provider for Terraform is a major version and
The `5.0.0` release of the Terraform provider for Google Cloud is a major version and
includes some changes that you will need to consider when upgrading. This guide
is intended to help with that process and focuses only on the changes necessary
to upgrade from the final `4.X` series release to `5.0.0`.
Expand Down Expand Up @@ -113,8 +113,8 @@ included in requests to the API. Replacing those labels' values with `_` or
`true` are recommended.

Not all of Google Cloud resources support labels and annotations. Please check
the Terraform Google provider resource documentation to figure out if a given
resource supports `labels` or `annotations` fields.
the resource documentation to figure out if a given resource supports `labels`
or `annotations` fields.

#### Provider default labels

Expand Down Expand Up @@ -188,7 +188,7 @@ Provider-level default annotations are not supported at this time.

#### Resource labels

Previously, `labels` and `annotations` fields in the Terraform Google provider
Previously, `labels` and `annotations` fields in the Google Cloud provider
were authoritative and Terraform thought it was the only owner of the fields.
This model worked well initially, but with the introduction of system labels and
other client-managed labels, Terraform would conflict with their labels and show
Expand Down
30 changes: 15 additions & 15 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
page_title: "Provider: Google Cloud Platform"
page_title: "Provider: Google Cloud"
description: |-
The Google provider is used to configure your Google Cloud Platform infrastructure
The Terraform provider for Google Cloud is used to configure your Google Cloud infrastructure
---

# Google Cloud Platform Provider
# Terraform provider for Google Cloud

The Google provider is used to configure your [Google Cloud Platform](https://cloud.google.com/) infrastructure.
The Google Cloud provider is used to configure your [Google Cloud](https://cloud.google.com/) infrastructure.

To learn the basics of Terraform using this provider, follow the hands-on
[get started tutorials](https://developer.hashicorp.com/terraform/tutorials/gcp-get-started/infrastructure-as-code).
For more involved examples, try [provisioning a GKE cluster](https://learn.hashicorp.com/tutorials/terraform/gke)
and deploying [Consul-backed Vault into it using Terraform Cloud](https://learn.hashicorp.com/tutorials/terraform/kubernetes-consul-vault-pipeline).

Already experienced with Terraform? Check out the [Getting Started](/docs/providers/google/guides/getting_started.html)
page for a short introduction to using Terraform with Google Cloud Platform.
page for a short introduction to using Terraform with Google Cloud.

## Example Usage

Expand All @@ -31,17 +31,17 @@ See the [provider reference](/docs/providers/google/guides/provider_reference.ht
page for details on authentication and configuring the provider.

Take advantage of [Modules](https://www.terraform.io/docs/modules/index.html)
to simplify your config by browsing the [Module Registry for GCP modules](https://registry.terraform.io/browse?provider=google).
to simplify your config by browsing the [Module Registry for Google Cloud modules](https://registry.terraform.io/browse?provider=google).

The Google provider is jointly maintained by:
The Google Cloud provider is jointly maintained by:

* The [Terraform Team](https://cloud.google.com/docs/terraform) at Google
* The Terraform team at [HashiCorp](https://www.hashicorp.com/)

If you have configuration questions, or general questions about using the provider, try checking out:

* [The Google category on discuss.hashicorp.com](https://discuss.hashicorp.com/c/terraform-providers/tf-google/32)
* The [Google Cloud Platform Community Slack](https://googlecloud-community.slack.com/) `#terraform` channel. If you are not registered with that Slack Workspace yet, the up-to-date **public sign-up link** can be found in the "Stay Connected" section of the [Google Developer Center](https://cloud.google.com/developers#stay-connected).
* The [Google Cloud Community Slack](https://googlecloud-community.slack.com/) `#terraform` channel. If you are not registered with that Slack Workspace yet, the up-to-date **public sign-up link** can be found in the "Stay Connected" section of the [Google Developer Center](https://cloud.google.com/developers#stay-connected).
* [Terraform's community resources](https://www.terraform.io/docs/extend/community/index.html)
* [HashiCorp support](https://support.hashicorp.com) for Terraform Enterprise customers

Expand All @@ -53,22 +53,22 @@ and the [`google-beta` provider Releases](https://github.com/hashicorp/terraform
for release notes and additional information.

Per [Terraform Provider Versioning](https://www.hashicorp.com/blog/hashicorp-terraform-provider-versioning),
the Google provider follows [semantic versioning](https://semver.org/).
the Google Cloud provider follows [semantic versioning](https://semver.org/).

In practice, patch / bugfix-only releases of the provider are infrequent. Most
provider releases are either minor or major releases.

### Minor Releases

The Google provider currently aims to publish a minor release every week,
The Google Cloud provider currently aims to publish a minor release every week,
although the timing of individual releases may differ if required by the
provider team.

### Major Releases

The Google provider publishes major releases roughly yearly. An upgrade guide
will be published to help ease you through the transition between the prior
releases series and the new major release.
The Google Cloud provider publishes major releases roughly yearly. An upgrade
guide will be published to help ease you through the transition between the
prior releases series and the new major release.

During major releases, all current deprecation warnings will be resolved,
removing the field in question unless the deprecation warning message specifies
Expand All @@ -80,7 +80,7 @@ lifecycle to give users plenty of time to safely update their configs.

## Features and Bug Requests

The Google provider's bugs and feature requests can be found in the [GitHub repo issues](https://github.com/hashicorp/terraform-provider-google/issues).
The Google Cloud provider's bugs and feature requests can be found in the [GitHub repo issues](https://github.com/hashicorp/terraform-provider-google/issues).
Please avoid "me too" or "+1" comments. Instead, use a thumbs up [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)
on enhancement requests. Provider maintainers will often prioritize work based on the
number of thumbs on an issue.
Expand Down Expand Up @@ -110,7 +110,7 @@ page for details on configuring the provider.

## Contributing

If you'd like to help extend the Google provider, we gladly accept community
If you'd like to help extend the Google Cloud provider, we gladly accept community
contributions! Development on the providers is done through the
[Magic Modules](https://github.com/GoogleCloudPlatform/magic-modules)
repository. Our full contribution guide is available on the
Expand Down

0 comments on commit ee65da7

Please sign in to comment.