Skip to content

Commit

Permalink
Fix two typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
alakae committed May 2, 2023
1 parent c04b8a6 commit a51d6ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/load_balancer_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "cloudscale_load_balancer_pool" "pool" {
The following arguments can be used to look up a load balancer pool:

* `id` - (Optional) The UUID of the load balancer pool.
* `name` = (Optional) Name of the load balancer pool.
* `name` - (Optional) Name of the load balancer pool.
* `load_balancer_uuid` - (Optional) The load balancer of the pool.

## Attributes Reference
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/load_balancer_pool_listener.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "cloudscale_load_balancer_listener" "listener" {
The following arguments can be used to look up a load balancer listener:

* `id` - (Optional) The UUID of the load balancer listener.
* `name` = (Optional) Name of the load balancer listener.
* `name` - (Optional) Name of the load balancer listener.
* `pool_uuid` - (Optional) The UUID of the pool this listener belongs to.

## Attributes Reference
Expand Down

0 comments on commit a51d6ce

Please sign in to comment.