labelfingerprint is beta for resources where labels are beta (#2206)

This commit is contained in:
The Magician 2018-10-09 15:34:42 -07:00 committed by Nathan McKinley
parent 2da490d74d
commit 6cfaa24ef0
4 changed files with 10 additions and 2 deletions

View File

@ -160,6 +160,9 @@ See https://terraform.io/docs/providers/google/provider_versions.html for more d
"label_fingerprint": {
Type: schema.TypeString,
Computed: true,
Deprecated: `This field is in beta and will be removed from this provider.
Use the terraform-provider-google-beta provider to continue using it.
See https://terraform.io/docs/provider/google/provider_versions.html for more details on beta fields.`,
},
"service_name": {
Type: schema.TypeString,

View File

@ -114,6 +114,9 @@ See https://terraform.io/docs/providers/google/provider_versions.html for more d
"label_fingerprint": {
Type: schema.TypeString,
Computed: true,
Deprecated: `This field is in beta and will be removed from this provider.
Use the terraform-provider-google-beta provider to continue using it.
See https://terraform.io/docs/provider/google/provider_versions.html for more details on beta fields.`,
},
"project": {
Type: schema.TypeString,

View File

@ -223,7 +223,8 @@ In addition to the arguments listed above, the following computed attributes are
* `label_fingerprint` -
The fingerprint used for optimistic locking of this resource. Used
internally during updates.
internally during updates. This property is in beta, and should be used with the terraform-provider-google-beta provider.
See [Provider Versions](https://terraform.io/docs/provider/google/provider_versions.html) for more details on beta fields.
* `service_name` -
The internal fully qualified service name for this Forwarding Rule.

View File

@ -117,7 +117,8 @@ In addition to the arguments listed above, the following computed attributes are
* `label_fingerprint` -
The fingerprint used for optimistic locking of this resource. Used
internally during updates.
internally during updates. This property is in beta, and should be used with the terraform-provider-google-beta provider.
See [Provider Versions](https://terraform.io/docs/provider/google/provider_versions.html) for more details on beta fields.
* `self_link` - The URI of the created resource.