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:
kolchfa-aws 2023-05-08 16:23:04 -04:00 committed by GitHub
parent 9a8e15dbbe
commit 76fb104897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -2,7 +2,8 @@
layout: default
title: Index document
parent: Document APIs
nav_order: 1redirect_from:
nav_order: 1
redirect_from:
- /opensearch/rest-api/document-apis/index-document
---

10
_tools/terraform.md Normal file
View File

@ -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).