terraform-provider-elasticsearch

command module
v7.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2022 License: MPL-2.0 Imports: 7 Imported by: 0

README

terraform-provider-elasticsearch

CircleCI Go Report Card GoDoc codecov

This is a terraform provider that lets you provision elasticsearch resources, compatible with v6 and v7 of elasticsearch. For Elasticsearch 7, you need to use branch and release 7.x For Elasticsearch 6, you need to use branch and release 6.x

We fork this project for the following items:

Installation

Go to terraform registry

Documentation

Read provider documentation

Development

Requirements
go build -o /path/to/binary/terraform-provider-elasticsearch

Licence

See LICENSE.

Contributing

  1. Fork it ( https://github.com/disaster37/terraform-provider-elasticsearch/fork )
  2. Go to the right branch (7.x for Elasticsearch 7 or 6.x for Elasticsearch 6) (git checkout 7.x)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Add feature, add acceptance test and tets your code (ELASTICSEARCH_URLS=http://127.0.0.1:9200 ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme make testacc)
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create a new Pull Request

Documentation

Overview

Package main create Elasticsearch provider for Terraform

Read the doc to use it: https://github.com/disaster37/terraform-provider-elasticsearch/tree/7.x

Directories

Path Synopsis
Package es permiit to handle Elasticsearch API call to manage some resources from Terraform
Package es permiit to handle Elasticsearch API call to manage some resources from Terraform

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL