Add Terraform provider documentation (#4035)
* Add Terraform provider documentation Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Update _tools/terraform.md Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Implemented editorial comments Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> --------- Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Nathan Bower <nbower@amazon.com>
This commit is contained in:
parent
9a8e15dbbe
commit
76fb104897
|
@ -2,7 +2,8 @@
|
||||||
layout: default
|
layout: default
|
||||||
title: Index document
|
title: Index document
|
||||||
parent: Document APIs
|
parent: Document APIs
|
||||||
nav_order: 1redirect_from:
|
nav_order: 1
|
||||||
|
redirect_from:
|
||||||
- /opensearch/rest-api/document-apis/index-document
|
- /opensearch/rest-api/document-apis/index-document
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
title: Terraform
|
||||||
|
nav_order: 180
|
||||||
|
has_children: false
|
||||||
|
---
|
||||||
|
|
||||||
|
# Terraform provider
|
||||||
|
|
||||||
|
You can use the Terraform OpenSearch provider to provision OpenSearch resources and interact with the OpenSearch API. The Terraform provider supports Amazon OpenSearch Service domains and OpenSearch clusters deployed on Kubernetes or another infrastructure. For more information, see the [Terraform provider documentation](https://registry.terraform.io/providers/opensearch-project/opensearch/latest/docs).
|
Loading…
Reference in New Issue