PR from HEAD of Magic Modules after long-running PR merged in. (#2246)

This commit is contained in:
The Magician 2018-10-11 17:35:29 -07:00 committed by Nathan McKinley
parent a93c57e76a
commit 0008f6d840
5 changed files with 5 additions and 4 deletions

View File

@ -162,7 +162,7 @@ See https://terraform.io/docs/providers/google/provider_versions.html for more d
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.`,
See https://terraform.io/docs/providers/google/provider_versions.html for more details on beta fields.`,
},
"service_name": {
Type: schema.TypeString,

View File

@ -116,7 +116,7 @@ See https://terraform.io/docs/providers/google/provider_versions.html for more d
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.`,
See https://terraform.io/docs/providers/google/provider_versions.html for more details on beta fields.`,
},
"project": {
Type: schema.TypeString,

View File

@ -224,7 +224,7 @@ 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. 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.
See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) for more details on beta fields.
* `service_name` -
The internal fully qualified service name for this Forwarding Rule.

View File

@ -118,7 +118,7 @@ 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. 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.
See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) for more details on beta fields.
* `self_link` - The URI of the created resource.

View File

@ -25,6 +25,7 @@ Represents an InterconnectAttachment (VLAN attachment) resource. For more
information, see Creating VLAN Attachments.
## Example Usage
```hcl