Skip to content

Commit

Permalink
[release] version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
duplo-bot committed Jul 9, 2024
1 parent d61c80c commit 55f6265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/aws_elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "duplocloud_aws_elasticsearch" "es-doc" {
- `encrypt_at_rest` (Block List, Max: 1) The storage encryption settings for the ElasticSearch instance. (see [below for nested schema](#nestedblock--encrypt_at_rest))
- `require_ssl` (Boolean) Whether or not to require SSL for accessing this ElasticSearch instance.
- `selected_zone` (Number) The numerical index of the zone to launch this ElasticSearch instance in.
- `storage_size` (Number) The storage volume size, in GB, for the ElasticSearch instance. Defaults to `20`.
- `storage_size` (Number) The storage volume size, in GB, for the ElasticSearch instance.
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `use_latest_tls_cipher` (Boolean) Whether or not to use the latest TLS cipher for this ElasticSearch instance.
- `vpc_options` (Block List) (see [below for nested schema](#nestedblock--vpc_options))
Expand Down

0 comments on commit 55f6265

Please sign in to comment.