Skip to content

Commit 3c91fd9

Browse files
authored
update docs to latest (#10)
1 parent 241ade8 commit 3c91fd9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/resources/connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
3-
page_title: "dfcloud_connection Resource - dfcloud"
3+
page_title: "dfcloud_connection Resource - terraform-provider-dfcloud"
44
subcategory: ""
55
description: |-
66
Manages a Dragonfly network connection.

docs/resources/datastore.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
3-
page_title: "dfcloud_datastore Resource - dfcloud"
3+
page_title: "dfcloud_datastore Resource - terraform-provider-dfcloud"
44
subcategory: ""
55
description: |-
6-
Manages a Dragonfly datastore.
6+
Manages a Dragonfly datastore resource.
77
---
88

99
# dfcloud_datastore (Resource)
1010

11-
Manages a Dragonfly datastore.
11+
Manages a Dragonfly datastore resource.
1212

1313

1414

@@ -30,7 +30,7 @@ Manages a Dragonfly datastore.
3030

3131
- `addr` (String) The address of the datastore.
3232
- `created_at` (Number) The timestamp when the datastore was created.
33-
- `datastore_id` (String) The ID of the datastore.
33+
- `id` (String) The ID of the datastore.
3434
- `password` (String, Sensitive) The password for the datastore.
3535

3636
<a id="nestedatt--location"></a>

docs/resources/network.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
3-
page_title: "dfcloud_network Resource - dfcloud"
3+
page_title: "dfcloud_network Resource - terraform-provider-dfcloud"
44
subcategory: ""
55
description: |-
66
Manages a Dragonfly network.
@@ -26,7 +26,7 @@ Manages a Dragonfly network.
2626
- `created_at` (Number) The timestamp when the network was created.
2727
- `id` (String) The ID of the network.
2828
- `status` (String) The status of the network.
29-
- `vpc` (Object) The VPC information for the network. (see [below for nested schema](#nestedatt--vpc))
29+
- `vpc` (Attributes) The VPC information for the network. (see [below for nested schema](#nestedatt--vpc))
3030

3131
<a id="nestedatt--location"></a>
3232
### Nested Schema for `location`
@@ -42,5 +42,5 @@ Required:
4242

4343
Read-Only:
4444

45-
- `account_id` (String)
46-
- `resource_id` (String)
45+
- `account_id` (String) The account ID of the VPC.
46+
- `resource_id` (String) The resource ID of the VPC.

0 commit comments

Comments
 (0)