diff --git a/docs/r/compute_target_https_proxy.html.markdown b/docs/r/compute_target_https_proxy.html.markdown index c3f9b33b168..73273bdc231 100644 --- a/docs/r/compute_target_https_proxy.html.markdown +++ b/docs/r/compute_target_https_proxy.html.markdown @@ -77,8 +77,8 @@ The following arguments are supported: * `name` - (Required) A unique name for the resource, required by GCE. Changing this forces a new resource to be created. -* `ssl_certificates` - (Required) The URLs of the SSL Certificate resources that - authenticate connections between users and load balancing. +* `ssl_certificates` - (Required) The URLs or names of the SSL Certificate resources + that authenticate connections between users and load balancing. * `url_map` - (Required) The URL of a URL Map resource that defines the mapping from the URL to the BackendService. diff --git a/docs/r/compute_target_ssl_proxy.html.markdown b/docs/r/compute_target_ssl_proxy.html.markdown index 0e57717196f..6e506b6395e 100644 --- a/docs/r/compute_target_ssl_proxy.html.markdown +++ b/docs/r/compute_target_ssl_proxy.html.markdown @@ -54,7 +54,7 @@ The following arguments are supported: * `backend_service` - (Required) The URL of a Backend Service resource to receive the matched traffic. -* `ssl_certificates` - (Required) The URLs of the SSL Certificate resources that +* `ssl_certificates` - (Required) The URLs or names of the SSL Certificate resources that authenticate connections between users and load balancing. - - -