Skip to content

Commit b0ef2e8

Browse files
authored
fix(docs): update to latest (#17)
1 parent e6f57b3 commit b0ef2e8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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 - terraform-provider-dfcloud"
3+
page_title: "dfcloud_connection Resource - dfcloud"
44
subcategory: ""
55
description: |-
66
Manages a Dragonfly network connection.

docs/resources/datastore.md

Lines changed: 3 additions & 2 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_datastore Resource - terraform-provider-dfcloud"
3+
page_title: "dfcloud_datastore Resource - dfcloud"
44
subcategory: ""
55
description: |-
66
Manages a Dragonfly datastore resource.
@@ -23,6 +23,7 @@ Manages a Dragonfly datastore resource.
2323

2424
### Optional
2525

26+
- `disable_pass_key` (Boolean) Disable the passkey for the datastore.
2627
- `dragonfly` (Attributes) Dragonfly-specific configuration. (see [below for nested schema](#nestedatt--dragonfly))
2728
- `network_id` (String) The ID of the network the datastore should be placed into.
2829

@@ -64,7 +65,7 @@ Optional:
6465

6566
Optional:
6667

67-
- `acl_rules` (List of String) List of ACL rules.
68+
- `acl_rules` (List of String, Sensitive) List of ACL rules.
6869
- `bullmq` (Boolean) Enable BullMQ compatibility.
6970
- `cache_mode` (Boolean) Enable cache mode for memory management.
7071
- `memcached` (Boolean) Enable Memcached protocol.

docs/resources/network.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_network Resource - terraform-provider-dfcloud"
3+
page_title: "dfcloud_network Resource - dfcloud"
44
subcategory: ""
55
description: |-
66
Manages a Dragonfly network.

0 commit comments

Comments
 (0)