diff --git a/docs/resources/connection.md b/docs/resources/connection.md index cdfe31b..1071c79 100644 --- a/docs/resources/connection.md +++ b/docs/resources/connection.md @@ -1,6 +1,6 @@ --- # generated by https://github.com/hashicorp/terraform-plugin-docs -page_title: "dfcloud_connection Resource - dfcloud" +page_title: "dfcloud_connection Resource - terraform-provider-dfcloud" subcategory: "" description: |- Manages a Dragonfly network connection. diff --git a/docs/resources/datastore.md b/docs/resources/datastore.md index 0446722..c7ef543 100644 --- a/docs/resources/datastore.md +++ b/docs/resources/datastore.md @@ -1,14 +1,14 @@ --- # generated by https://github.com/hashicorp/terraform-plugin-docs -page_title: "dfcloud_datastore Resource - dfcloud" +page_title: "dfcloud_datastore Resource - terraform-provider-dfcloud" subcategory: "" description: |- - Manages a Dragonfly datastore. + Manages a Dragonfly datastore resource. --- # dfcloud_datastore (Resource) -Manages a Dragonfly datastore. +Manages a Dragonfly datastore resource. @@ -30,7 +30,7 @@ Manages a Dragonfly datastore. - `addr` (String) The address of the datastore. - `created_at` (Number) The timestamp when the datastore was created. -- `datastore_id` (String) The ID of the datastore. +- `id` (String) The ID of the datastore. - `password` (String, Sensitive) The password for the datastore. diff --git a/docs/resources/network.md b/docs/resources/network.md index 488bd3c..f1ffc08 100644 --- a/docs/resources/network.md +++ b/docs/resources/network.md @@ -1,6 +1,6 @@ --- # generated by https://github.com/hashicorp/terraform-plugin-docs -page_title: "dfcloud_network Resource - dfcloud" +page_title: "dfcloud_network Resource - terraform-provider-dfcloud" subcategory: "" description: |- Manages a Dragonfly network. @@ -26,7 +26,7 @@ Manages a Dragonfly network. - `created_at` (Number) The timestamp when the network was created. - `id` (String) The ID of the network. - `status` (String) The status of the network. -- `vpc` (Object) The VPC information for the network. (see [below for nested schema](#nestedatt--vpc)) +- `vpc` (Attributes) The VPC information for the network. (see [below for nested schema](#nestedatt--vpc)) ### Nested Schema for `location` @@ -42,5 +42,5 @@ Required: Read-Only: -- `account_id` (String) -- `resource_id` (String) +- `account_id` (String) The account ID of the VPC. +- `resource_id` (String) The resource ID of the VPC.