Add IAP documentation (#839)

This commit is contained in:
Vincent Roseberry 2017-12-11 09:43:27 -08:00 committed by GitHub
parent 355d4f27c2
commit a41b8c470f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,8 @@ The following arguments are supported:
* `backend` - (Optional) The list of backends that serve this BackendService. Structure is documented below.
* `iap` - (Optional) Specification for the Identity-Aware proxy. Disabled if not specified. Structure is documented below.
* `description` - (Optional) The textual description for the backend service.
* `enable_cdn` - (Optional) Whether or not to enable the Cloud CDN on the backend service.
@ -129,6 +131,12 @@ The `backend` block supports:
float in the range [0.0, 1.0]. This flag can only be provided when the
balancing mode is `UTILIZATION`. Defaults to `0.8`.
The `iap` block supports:
* `oauth2_client_id` - (Required) The client ID for use with OAuth 2.0.
* `oauth2_client_secret` - (Required) The client secret for use with OAuth 2.0.
## Attributes Reference
In addition to the arguments listed above, the following computed attributes are