Skip to content

Commit

Permalink
Remove unnecessary StateFunc in compute_target_https_proxy (hashicorp…
Browse files Browse the repository at this point in the history
…#1027)

* Remove unnecessary StateFunc in https proxy

* Support name only certificates

* Remove test for the removed validate func
  • Loading branch information
rosbo authored Jan 31, 2018
1 parent ca7b0d9 commit 71a7202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/r/compute_target_https_proxy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/r/compute_target_ssl_proxy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- - -
Expand Down

0 comments on commit 71a7202

Please sign in to comment.