Skip to content

Commit

Permalink
Add cloud66_servers Data Source doc
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Dec 28, 2022
1 parent d99adf6 commit 386e48f
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/data-sources/servers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "cloud66_servers Data Source - terraform-provider-cloud66"
subcategory: ""
description: |-
---

# cloud66_servers (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `uid` (String)

### Read-Only

- `id` (String) The ID of this resource.
- `servers` (List of Object) (see [below for nested schema](#nestedatt--servers))

<a id="nestedatt--servers"></a>
### Nested Schema for `servers`

Read-Only:

- `address` (String)
- `dns_record` (String)
- `ext_ipv4` (String)
- `name` (String)
- `roles` (List of String)
- `server_type` (String)
- `uid` (String)


0 comments on commit 386e48f

Please sign in to comment.