Skip to content

Commit

Permalink
Update docs for loadbalancer_target
Browse files Browse the repository at this point in the history
- 'targetip' attribute is required
  • Loading branch information
norrland committed Nov 23, 2023
1 parent 20b60e0 commit 1263ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/loadbalancer_target.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Create a LoadBalancer Target for a `glesys_loadbalancer_backend`.
- `loadbalancerid` (String) LoadBalancer ID.
- `name` (String) Target name.
- `port` (Number) Target port to connect to.
- `targetip` (String) Target IP.
- `weight` (Number) Target weight. `1-256`. Higher weight gets more requests.

### Optional

- `enabled` (Boolean) Enable or disable Target. `true`, `false`
- `targetip` (String) Target IP.

### Read-Only

Expand Down

0 comments on commit 1263ffd

Please sign in to comment.