diff --git a/google/resource_compute_forwarding_rule.go b/google/resource_compute_forwarding_rule.go index 0d199fc5..1c3ff0d6 100644 --- a/google/resource_compute_forwarding_rule.go +++ b/google/resource_compute_forwarding_rule.go @@ -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, diff --git a/google/resource_compute_global_address.go b/google/resource_compute_global_address.go index 74b3bd1b..a2f33295 100644 --- a/google/resource_compute_global_address.go +++ b/google/resource_compute_global_address.go @@ -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, diff --git a/website/docs/r/compute_forwarding_rule.html.markdown b/website/docs/r/compute_forwarding_rule.html.markdown index 85b6469e..9db2c9c8 100644 --- a/website/docs/r/compute_forwarding_rule.html.markdown +++ b/website/docs/r/compute_forwarding_rule.html.markdown @@ -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. diff --git a/website/docs/r/compute_global_address.html.markdown b/website/docs/r/compute_global_address.html.markdown index 01036b32..34fe0cea 100644 --- a/website/docs/r/compute_global_address.html.markdown +++ b/website/docs/r/compute_global_address.html.markdown @@ -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. diff --git a/website/docs/r/compute_interconnect_attachment.html.markdown b/website/docs/r/compute_interconnect_attachment.html.markdown index a3aa9612..a104796c 100644 --- a/website/docs/r/compute_interconnect_attachment.html.markdown +++ b/website/docs/r/compute_interconnect_attachment.html.markdown @@ -25,6 +25,7 @@ Represents an InterconnectAttachment (VLAN attachment) resource. For more information, see Creating VLAN Attachments. + ## Example Usage ```hcl