Skip to content

Commit

Permalink
Add generated resources for http(s)_health_check, updates to backend_…
Browse files Browse the repository at this point in the history
…bucket, and import helpers (hashicorp#1177)

* add import helpers for generated code

* Updates to backend bucket and transport.go from MM

* add generated http(s)_health_check resources

* name is required; transport import style

* update docs with new fields/timeouts

* fixes
  • Loading branch information
danawillow authored Mar 10, 2018
1 parent aa1400b commit b4fe206
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/r/compute_backend_bucket.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ In addition to the arguments listed above, the following computed attributes are

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

## Timeouts

This resource provides the following
[Timeouts](/docs/configuration/resources.html#timeouts) configuration options:

- `create` - Default is 4 minutes.
- `update` - Default is 4 minutes.
- `delete` - Default is 4 minutes.

## Import

Backend buckets can be imported using the `name`, e.g.
Expand Down
11 changes: 11 additions & 0 deletions docs/r/compute_http_health_check.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,19 @@ The following arguments are supported:
In addition to the arguments listed above, the following computed attributes are
exported:

* `creation_timestamp` - Creation timestamp in RFC3339 text format.

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

## Timeouts

This resource provides the following
[Timeouts](/docs/configuration/resources.html#timeouts) configuration options:

- `create` - Default is 4 minutes.
- `update` - Default is 4 minutes.
- `delete` - Default is 4 minutes.

## Import

HTTP health checks can be imported using the `name`, e.g.
Expand Down
11 changes: 11 additions & 0 deletions docs/r/compute_https_health_check.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,19 @@ The following arguments are supported:

The following attributes are exported:

* `creation_timestamp` - Creation timestamp in RFC3339 text format.

* `self_link` - The URL of the created resource.

## Timeouts

This resource provides the following
[Timeouts](/docs/configuration/resources.html#timeouts) configuration options:

- `create` - Default is 4 minutes.
- `update` - Default is 4 minutes.
- `delete` - Default is 4 minutes.

## Import

HTTPS health checks can be imported using the `name`, e.g.
Expand Down

0 comments on commit b4fe206

Please sign in to comment.