Don't override blindly ResourceRef description (#1483)

This commit is contained in:
The Magician 2018-05-14 15:04:41 -07:00 committed by Vincent Roseberry
parent 02474d0b18
commit 7d25053713
5 changed files with 11 additions and 7 deletions

View File

@ -94,7 +94,8 @@ The following arguments are supported:
character, which cannot be a dash.
* `url_map` -
(Required)
A reference to UrlMap resource
A reference to the UrlMap resource that defines the mapping from URL
to the BackendService.
- - -

View File

@ -107,7 +107,8 @@ The following arguments are supported:
one SSL certificate must be specified.
* `url_map` -
(Required)
A reference to UrlMap resource
A reference to the UrlMap resource that defines the mapping from URL
to the BackendService.
- - -
@ -117,7 +118,9 @@ The following arguments are supported:
An optional description of this resource.
* `ssl_policy` -
(Optional)
A reference to SslPolicy resource
A reference to the SslPolicy resource that will be associated with
the TargetHttpsProxy resource. If not set, the TargetHttpsProxy
resource will not have any SSL policy configured.
* `project` (Optional) The ID of the project in which the resource belongs.
If it is not provided, the provider project is used.

View File

@ -79,7 +79,7 @@ The following arguments are supported:
character, which cannot be a dash.
* `backend_service` -
(Required)
A reference to BackendService resource
A reference to the BackendService resource.
* `ssl_certificates` -
(Required)
A list of SslCertificate resources that are used to authenticate

View File

@ -76,7 +76,7 @@ The following arguments are supported:
character, which cannot be a dash.
* `backend_service` -
(Required)
A reference to BackendService resource
A reference to the BackendService resource.
- - -

View File

@ -113,7 +113,7 @@ The following arguments are supported:
character, which cannot be a dash.
* `network` -
(Required)
A reference to Network resource
The network this VPN gateway is accepting traffic for.
- - -
@ -123,7 +123,7 @@ The following arguments are supported:
An optional description of this resource.
* `region` -
(Optional)
A reference to Region resource
The region this gateway should sit in.
* `project` (Optional) The ID of the project in which the resource belongs.
If it is not provided, the provider project is used.