Releases: elastic/terraform-provider-elasticstack
Releases · elastic/terraform-provider-elasticstack
v0.3.0
Added
- New resource
elasticstack_elasticsearch_data_stream
to manage Elasticsearch data streams (#45) - New resource
elasticstack_elasticsearch_ingest_pipeline
to manage Elasticsearch ingest pipelines (#56) - New resource
elasticstack_elasticsearch_component_template
to manage Elasticsearch component templates (#39) - New helper data sources to create processors for ingest pipelines (#67)
Fixed
v0.2.0
Added
- New resource to manage Elasticsearch indices (#38)
- The
insecure
option to the Elasticsearch provider configuration to ignore certificate verification (#36) - The
ca_file
option to the Elasticsearch provider configuration to provide path to the custom root certificate file (#35) - Documentation templates for all the exisiting resources (#32)
Fixed
- Identify missing or deleted resources in the Elasticsearch cluster and make sure Terraform can re-create them (#40)
Changed
- [Breaking] Rename
aliases
configuration option in
elasticstack_elasticsearch_index_template
resource to singularalias
v0.1.0
Version 0.1.0
is an initial beta version of the Elastic Stack terraform provider. It is currently not yet fully supported by Elastic, but will be in subsequent versions.
For this early release, we'd like to get feedback from early adopters. Any modifications made to resources in later versions will be communicated prior to release.