terraform-provider-opensearch icon indicating copy to clipboard operation
terraform-provider-opensearch copied to clipboard

Update Document for index template

Open vampire-yuta opened this issue 11 months ago • 1 comments

Description

When I use this example codes, Output 'Bad Requets' messages. here

error message

│ Error: elastic: Error 400 (Bad Request): [2:15] [index_template] template doesn't support values of type: VALUE_STRING [type=x_content_parse_exception]
│
│   with module.template.opensearch_index_template.template_1,
│   on ../../modules/template/main.tf line 76, in resource "opensearch_index_template" "template_1":
│   76: resource "opensearch_index_template" "template_1" {

It is already fixed example code I execute command tfplugindocs generate.

Please check this PR :pray:

Issues Resolved

N/A

vampire-yuta avatar Mar 05 '24 17:03 vampire-yuta

Hey @vampire-yuta, can you please rebase from main and fix the failing tests? Thanks @bbarani @rblcoder

prudhvigodithi avatar Apr 03 '24 18:04 prudhvigodithi