Skip to content

Commit

Permalink
r/aws_finspace_kx_cluster(doc): markdownlint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed Dec 14, 2023
1 parent 0c61361 commit 2533916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/finspace_kx_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The following arguments are optional:
* `initialization_script` - (Optional) Path to Q program that will be run at launch of a cluster. This is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.
* `savedown_storage_configuration` - (Optional) Size and type of the temporary storage that is used to hold data during the savedown process. This parameter is required when you choose `type` as RDB. All the data written to this storage space is lost when the cluster node is restarted. See [savedown_storage_configuration](#savedown_storage_configuration).
* `scaling_group_configuration` - (Optional) The structure that stores the configuration details of a scaling group.
* `tickerplant_log_configuration` - A configuration to store Tickerplant logs. It consists of a list of volumes that will be mounted to your cluster. For the cluster type Tickerplant , the location of the TP volume on the cluster will be available by using the global variable .aws.tp_log_path.
* `tickerplant_log_configuration` - A configuration to store Tickerplant logs. It consists of a list of volumes that will be mounted to your cluster. For the cluster type Tickerplant , the location of the TP volume on the cluster will be available by using the global variable .aws.tp_log_path.
* `tags` - (Optional) Key-value mapping of resource tags. If configured with a provider [`default_tags` configuration block](/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.

### auto_scaling_configuration
Expand Down Expand Up @@ -151,7 +151,7 @@ The database block supports the following arguments:
* `database_name` - (Required) Name of the KX database.
* `cache_configurations` - (Optional) Configuration details for the disk cache to increase performance reading from a KX database mounted to the cluster. See [cache_configurations](#cache_configurations).
* `changeset_id` - (Optional) A unique identifier of the changeset that is associated with the cluster.
* `dataview_name` - (Optional) The name of the dataview to be used for caching historical data on disk. You cannot update to a different dataview name once a cluster is created. Use `lifecycle` [`ignore_changes`](https://www.terraform.io/docs/configuration/meta-arguments/lifecycle.html#ignore_changes) for database to prevent any undesirable behaviors.
* `dataview_name` - (Optional) The name of the dataview to be used for caching historical data on disk. You cannot update to a different dataview name once a cluster is created. Use `lifecycle` [`ignore_changes`](https://www.terraform.io/docs/configuration/meta-arguments/lifecycle.html#ignore_changes) for database to prevent any undesirable behaviors.

#### cache_configurations

Expand Down Expand Up @@ -184,7 +184,7 @@ The vpc_configuration block supports the following arguments:
* `memory_reservation` - (Required) A reservation of the minimum amount of memory that should be available on the scaling group for a kdb cluster to be successfully placed in a scaling group.
* `node_count` - (Required) The number of kdb cluster nodes.
* `cpu` - The number of vCPUs that you want to reserve for each node of this kdb cluster on the scaling group host.
* `memory_limit` - An optional hard limit on the amount of memory a kdb cluster can use.
* `memory_limit` - An optional hard limit on the amount of memory a kdb cluster can use.

### tickerplant_log_configuration

Expand Down

0 comments on commit 2533916

Please sign in to comment.