Skip to content

Commit 008a09b

Browse files
committed
chore(docs): add undocumented attributes
1 parent e868d8d commit 008a09b

5 files changed

+13
-0
lines changed

docs/r/compute_backend_service.html.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ The following arguments are supported:
7373
for checking the health of the backend service. Currently at most one health
7474
check can be specified, and a health check is required.
7575

76+
* `region` - (Optional) The region this backend service has been created in. If
77+
unspecified, this defaults to the region configured in the provider.
78+
7679
- - -
7780

7881
* `backend` - (Optional) The list of backends that serve this BackendService. Structure is documented below.

docs/r/compute_disk.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ exported:
6666

6767
* `self_link` - The URI of the created resource.
6868

69+
* `users` - (Computed) The Users of the created resource.
70+
6971
## Import
7072

7173
Disks can be imported using the `name`, e.g.

docs/r/compute_global_forwarding_rule.html.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ The following arguments are supported:
7575

7676
* `target` - (Required) URL of target HTTP or HTTPS proxy.
7777

78+
* `region` - (Optional) The region this resource has been created in. If
79+
unspecified, this defaults to the region configured in the provider.
80+
7881
- - -
7982

8083
* `description` - (Optional) Textual description field.

docs/r/compute_target_http_proxy.html.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ The following arguments are supported:
7272
* `url_map` - (Required) The URL of a URL Map resource that defines the mapping
7373
from the URL to the BackendService.
7474

75+
* `project` - (Optional) The project in which the resource belongs. If it
76+
is not provided, the provider project is used.
77+
7578
- - -
7679

7780
* `description` - (Optional) A description of this resource. Changing this

docs/r/storage_bucket_acl.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ resource "google_storage_bucket_acl" "image-store-acl" {
4343

4444
* `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.
4545

46+
* `default_acl` - (Optional) Configure this ACL to be the default ACL.
47+
4648
## Attributes Reference
4749

4850
Only the arguments listed above are exposed as attributes.

0 commit comments

Comments
 (0)