Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix line breaks #6817

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions website/docs/r/compute_address.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,10 @@ The following arguments are supported:

* `address_type` -
(Optional)
The type of address to reserve.

Default value: `EXTERNAL`
The type of address to reserve.

Default value: `EXTERNAL`

Possible values are:
* `INTERNAL`
* `EXTERNAL`
Expand All @@ -182,7 +183,7 @@ The following arguments are supported:
- GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges, internal load balancers, and similar resources.
This should only be set when using an Internal address.

Possible values are:
Possible values are:
* `GCE_ENDPOINT`

* `network_tier` -
Expand Down