# Configure the Opensearch provider provider "opensearch" { url = "http://127.0.0.1:9200" } # Create an index template resource "opensearch_index_template" "template_1" { name = "template_1" body = <