Skip to content

Commit

Permalink
[Terraform]: Clarify that the website is shared between both provider…
Browse files Browse the repository at this point in the history
… versions (#1255)

Merged PR #1255.
  • Loading branch information
rileykarson authored and modular-magician committed Jan 17, 2019
1 parent 4ac9705 commit 247ce85
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
3 changes: 2 additions & 1 deletion third_party/terraform/website/docs/index.html.markdown
Expand Up @@ -9,7 +9,8 @@ description: |-
# Google Cloud Platform Provider

-> 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.
See the [Getting Started](/docs/providers/google/getting_started.html) page for an introduction to using the provider.
Expand Down
Expand Up @@ -9,7 +9,8 @@ description: |-
# `google` provider reference

-> 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
your GCP project and location (`zone` and `region`), and add your credentials.
Expand Down
Expand Up @@ -13,10 +13,14 @@ Starting with version `1.19.0`, there are two versions of the Google provider:
* `google`
* `google-beta`

This documentation (https://www.terraform.io/docs/providers/google/) is shared
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.
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
with only minor outstanding issues after their Alpha period. Beta is when GCP
features are publicly announced, and is when they generally become publicly
Expand Down

0 comments on commit 247ce85

Please sign in to comment.