From 386e48ffb1a9b7f16e0425d207e5a4278d2214c0 Mon Sep 17 00:00:00 2001 From: John Clark Date: Wed, 28 Dec 2022 05:47:19 +0000 Subject: [PATCH] Add cloud66_servers Data Source doc --- docs/data-sources/servers.md | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/data-sources/servers.md diff --git a/docs/data-sources/servers.md b/docs/data-sources/servers.md new file mode 100644 index 0000000..839a7f8 --- /dev/null +++ b/docs/data-sources/servers.md @@ -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 + +### Required + +- `uid` (String) + +### Read-Only + +- `id` (String) The ID of this resource. +- `servers` (List of Object) (see [below for nested schema](#nestedatt--servers)) + + +### 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) + +