Clarify that the website is shared between both provider versions (#2881)

<!-- This change is generated by MagicModules. -->
/cc @rileykarson
This commit is contained in:
The Magician 2019-01-17 09:13:02 -08:00 committed by Riley Karson
parent 4cae2edbc5
commit b2142b4bcc
3 changed files with 11 additions and 5 deletions

View File

@ -9,7 +9,8 @@ description: |-
# Google Cloud Platform Provider # Google Cloud Platform Provider
-> We recently introduced the `google-beta` provider. See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) -> We recently introduced the `google-beta` provider. See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html)
for more details on how to use `google-beta`. for more details on how to use `google-beta`. The documentation in this site is shared between both `google` and `google-beta`; fields or
resources only present in `google-beta` will be marked as such.
The Google provider is used to configure your [Google Cloud Platform](https://cloud.google.com/) infrastructure. The Google provider is used to configure your [Google Cloud Platform](https://cloud.google.com/) infrastructure.
See the [Getting Started](/docs/providers/google/getting_started.html) page for an introduction to using the provider. See the [Getting Started](/docs/providers/google/getting_started.html) page for an introduction to using the provider.

View File

@ -9,7 +9,8 @@ description: |-
# `google` provider reference # `google` provider reference
-> We recently introduced the `google-beta` provider. See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) -> We recently introduced the `google-beta` provider. See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html)
for more details on how to use `google-beta`. for more details on how to use `google-beta`. The documentation in this site is shared between both `google` and `google-beta`; fields or
resources only present in `google-beta` will be marked as such.
The `google` and `google-beta` provider blocks are used to configure default values for The `google` and `google-beta` provider blocks are used to configure default values for
your GCP project and location (`zone` and `region`), and add your credentials. your GCP project and location (`zone` and `region`), and add your credentials.

View File

@ -13,10 +13,14 @@ Starting with version `1.19.0`, there are two versions of the Google provider:
* `google` * `google`
* `google-beta` * `google-beta`
All GA (generally available) products and features are available in both This documentation (https://www.terraform.io/docs/providers/google/) is shared
versions of the provider. between both providers. Fields and resources that are only present in
`google-beta` will be marked as such.
All GA (generally available) products and features are available in both
versions of the provider, and from the `2.0.0` release onwards beta GCP features
are only available in the `google-beta` provider.
From version `2.0.0` onwards, beta GCP features are only available in the `google-beta` provider.
Beta GCP features have no deprecation policy and no SLA, but are otherwise considered to be feature-complete Beta GCP features have no deprecation policy and no SLA, but are otherwise considered to be feature-complete
with only minor outstanding issues after their Alpha period. Beta is when GCP with only minor outstanding issues after their Alpha period. Beta is when GCP
features are publicly announced, and is when they generally become publicly features are publicly announced, and is when they generally become publicly