|
| 1 | +--- |
| 2 | +# generated by https://github.com/hashicorp/terraform-plugin-docs |
| 3 | +page_title: "dfcloud_datastore Resource - dfcloud" |
| 4 | +subcategory: "" |
| 5 | +description: |- |
| 6 | + Manages a Dragonfly datastore. |
| 7 | +--- |
| 8 | + |
| 9 | +# dfcloud_datastore (Resource) |
| 10 | + |
| 11 | +Manages a Dragonfly datastore. |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +<!-- schema generated by tfplugindocs --> |
| 16 | +## Schema |
| 17 | + |
| 18 | +### Required |
| 19 | + |
| 20 | +- `location` (Attributes) The location configuration for the datastore. (see [below for nested schema](#nestedatt--location)) |
| 21 | +- `name` (String) The name of the datastore. |
| 22 | +- `tier` (Attributes) The tier configuration for the datastore. (see [below for nested schema](#nestedatt--tier)) |
| 23 | + |
| 24 | +### Optional |
| 25 | + |
| 26 | +- `dragonfly` (Attributes) Dragonfly-specific configuration. (see [below for nested schema](#nestedatt--dragonfly)) |
| 27 | +- `network_id` (String) The ID of the network the datastore should be placed into. |
| 28 | + |
| 29 | +### Read-Only |
| 30 | + |
| 31 | +- `addr` (String) The address of the datastore. |
| 32 | +- `created_at` (Number) The timestamp when the datastore was created. |
| 33 | +- `datastore_id` (String) The ID of the datastore. |
| 34 | +- `password` (String, Sensitive) The password for the datastore. |
| 35 | + |
| 36 | +<a id="nestedatt--location"></a> |
| 37 | +### Nested Schema for `location` |
| 38 | + |
| 39 | +Required: |
| 40 | + |
| 41 | +- `provider` (String) The provider for the datastore location. |
| 42 | +- `region` (String) The region for the datastore location. |
| 43 | + |
| 44 | +Optional: |
| 45 | + |
| 46 | +- `availability_zones` (List of String) The availability zones for the datastore location. |
| 47 | + |
| 48 | + |
| 49 | +<a id="nestedatt--tier"></a> |
| 50 | +### Nested Schema for `tier` |
| 51 | + |
| 52 | +Required: |
| 53 | + |
| 54 | +- `max_memory_bytes` (Number) The maximum memory (in bytes) for the datastore. |
| 55 | +- `performance_tier` (String) The performance tier for the datastore. |
| 56 | + |
| 57 | +Optional: |
| 58 | + |
| 59 | +- `replicas` (Number) The number of replicas for the datastore. |
| 60 | + |
| 61 | + |
| 62 | +<a id="nestedatt--dragonfly"></a> |
| 63 | +### Nested Schema for `dragonfly` |
| 64 | + |
| 65 | +Optional: |
| 66 | + |
| 67 | +- `acl_rules` (List of String) List of ACL rules. |
| 68 | +- `bullmq` (Boolean) Enable BullMQ compatibility. |
| 69 | +- `cache_mode` (Boolean) Enable cache mode for memory management. |
| 70 | +- `memcached` (Boolean) Enable Memcached protocol. |
| 71 | +- `sidekiq` (Boolean) Enable Sidekiq compatibility. |
| 72 | +- `tls` (Boolean) Enable TLS. |
0 commit comments