Merge pull request #169 from nicolai86/master

docs: add undocumented attributes
This commit is contained in:
Jake Champlin 2017-06-30 11:31:12 -04:00 committed by GitHub
commit c48ef17ed7
6 changed files with 14 additions and 1 deletions

View File

@ -86,7 +86,7 @@ The following arguments are supported:
* `zone` - (Required) The zone of the target. * `zone` - (Required) The zone of the target.
* `autoscaling_policy.` - (Required) The parameters of the autoscaling * `autoscaling_policy` - (Required) The parameters of the autoscaling
algorithm. Structure is documented below. algorithm. Structure is documented below.
- - - - - -

View File

@ -73,6 +73,9 @@ The following arguments are supported:
for checking the health of the backend service. Currently at most one health for checking the health of the backend service. Currently at most one health
check can be specified, and a health check is required. check can be specified, and a health check is required.
* `region` - (Optional) The region this backend service has been created in. If
unspecified, this defaults to the region configured in the provider.
- - - - - -
* `backend` - (Optional) The list of backends that serve this BackendService. Structure is documented below. * `backend` - (Optional) The list of backends that serve this BackendService. Structure is documented below.

View File

@ -66,6 +66,8 @@ exported:
* `self_link` - The URI of the created resource. * `self_link` - The URI of the created resource.
* `users` - (Computed) The Users of the created resource.
## Import ## Import
Disks can be imported using the `name`, e.g. Disks can be imported using the `name`, e.g.

View File

@ -75,6 +75,9 @@ The following arguments are supported:
* `target` - (Required) URL of target HTTP or HTTPS proxy. * `target` - (Required) URL of target HTTP or HTTPS proxy.
* `region` - (Optional) The region this resource has been created in. If
unspecified, this defaults to the region configured in the provider.
- - - - - -
* `description` - (Optional) Textual description field. * `description` - (Optional) Textual description field.

View File

@ -72,6 +72,9 @@ The following arguments are supported:
* `url_map` - (Required) The URL of a URL Map resource that defines the mapping * `url_map` - (Required) The URL of a URL Map resource that defines the mapping
from the URL to the BackendService. from the URL to the BackendService.
* `project` - (Optional) The project in which the resource belongs. If it
is not provided, the provider project is used.
- - - - - -
* `description` - (Optional) A description of this resource. Changing this * `description` - (Optional) A description of this resource. Changing this

View File

@ -43,6 +43,8 @@ resource "google_storage_bucket_acl" "image-store-acl" {
* `role_entity` - (Optional) List of role/entity pairs in the form `ROLE:entity`. See [GCS Bucket ACL documentation](https://cloud.google.com/storage/docs/json_api/v1/bucketAccessControls) for more details. Must be set if `predefined_acl` is not. * `role_entity` - (Optional) List of role/entity pairs in the form `ROLE:entity`. See [GCS Bucket ACL documentation](https://cloud.google.com/storage/docs/json_api/v1/bucketAccessControls) for more details. Must be set if `predefined_acl` is not.
* `default_acl` - (Optional) Configure this ACL to be the default ACL.
## Attributes Reference ## Attributes Reference
Only the arguments listed above are exposed as attributes. Only the arguments listed above are exposed as attributes.