Skip to content

Commit 2e122dd

Browse files
authored
Update provider description (#1405)
1 parent a9daa2e commit 2e122dd

File tree

4 files changed

+9
-22
lines changed

4 files changed

+9
-22
lines changed

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ description: |-
77

88
# Elasticstack Provider
99

10-
The Elasticstack provider provides the resources to interact with Elastic stack products.
10+
The Elasticstack provider provides the resources to interact with Elastic stack products, including:
11+
* Elastic Stack (Self managed, Elastic Cloud hosted, ECK managed)
12+
* Elasticsearch Serverless (API authentication only)
1113

1214

1315
It is recommended to setup at least minimum security, https://www.elastic.co/guide/en/elasticsearch/reference/current/security-minimal-setup.html

docs/resources/elasticsearch_ml_job_state.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
23
page_title: "elasticstack_elasticsearch_ml_job_state Resource - terraform-provider-elasticstack"
3-
subcategory: ""
4+
subcategory: "Ml"
45
description: |-
56
ML Job State Resource
67
Manages the state of an Elasticsearch Machine Learning (ML) job, allowing you to open or close ML jobs.
@@ -142,4 +143,4 @@ Optional:
142143
Optional:
143144

144145
- `create` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
145-
- `update` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
146+
- `update` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

templates/index.md.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ description: |-
77

88
# Elasticstack Provider
99

10-
The Elasticstack provider provides the resources to interact with Elastic stack products.
10+
The Elasticstack provider provides the resources to interact with Elastic stack products, including:
11+
* Elastic Stack (Self managed, Elastic Cloud hosted, ECK managed)
12+
* Elasticsearch Serverless (API authentication only)
1113

1214

1315
It is recommended to setup at least minimum security, https://www.elastic.co/guide/en/elasticsearch/reference/current/security-minimal-setup.html

templates/resources/elasticsearch_ml_job_state.md.tmpl

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)