Releases: elastic/terraform-provider-elasticstack
Releases · elastic/terraform-provider-elasticstack
v0.11.17
- Add
elasticstack_apm_agent_configuration
resource (#1196) - Add support for
timeslice_metric_indicator
inelasticstack_kibana_slo
(#1195) - Add
elasticstack_elasticsearch_ingest_processor_reroute
data source (#678) - Add support for
supports_agentless
toelasticstack_fleet_agent_policy
(#1197) - Ignore
master_timeout
when targeting Serverless projects (#1207)
v0.11.16
Prepare 0.11.16 release (#1192)
v0.11.15
v0.11.14
- Fix a provider crash when interacting with elasticstack_kibana_data_view resources created with 0.11.0. (#979)
- Add
max_primary_shard_docs
condition to ILM rollover (#845) - Add missing entries to
data_view.field_formats.params
(#1001) - Fix namespaces inconsistency when creating elasticstack_kibana_data_view resources (#1011)
- Update rule ID documentation. (#1047)
- Mark
elasticstack_kibana_action_connector.secrets
as sensitive. (#1045)
v0.11.13
v0.11.12
- Handle NPE in integration policy secrets (#946)
- Support multiple group by fields in SLOs (#870)
- Use the auto-generated OAS schema from elastic/kibana for the Fleet API. (#834)
- Support description in
elasticstack_elasticsearch_security_role
data sources. (#884) - Prevent spurious recreation of
elasticstack_fleet_agent_policy
resources due to 'changing' policy ids (#885) - Support
elasticstack_kibana_alerting_rule
resources with only one ofkql
ortimeframe
attributes set (#886) - Rename generated/fleet to generated/kibana, add data_view APIs. Keep libs/go-kibana-rest until migration can be completed. Clean and simplify the
elasticstack_kibana_data_view
resource to match the styling of Fleet resources. (#881)
v0.11.11
v0.11.10
Changes
- Fix bug updating alert delay (#859)
- Support updating
elasticstack_elasticsearch_security_api_key
when supported by the backing cluster (#843) - Fix validation of
throttle
, andinterval
attributes inelasticstack_kibana_alerting_rule
allowing all Elastic duration values (#846) - Fix boolean setting parsing for
elasticstack_elasticsearch_indices
data source. (#842) - Update all Fleet and utils/tfsdk instances of diagnostics parameters to pass by pointer instead of pass by value. Added upgrader for fleet_integration_policy v0 to handle empty string vars_json/streams_json. (#855)
- Fix handling of EPM packages when uninstalled outside Terraform, and diags in create/update. (#854)
v0.11.9
Breaking changes
- Remove support for specifying
include_type_name
from theelasticstack_elasticsearch_index
resource. This parameter has been deprecated from 7.0, with indices restricted to a single type since 6.0. (#832)
Changes
- Fix inconsistent output errors in
elasticstack_fleet_output
fordefault_integrations
anddefault_monitoring
. (#841) - Fix secret handling
elasticstack_fleet_integration_policy
resource. (#821) - Fix merge values for
elasticstack_kibana_synthetics_monitor
monitor locations (#823) - Migrate to a v8 Elasticsearch client (#832)
- Add support for the
.gemini
connector type for Kibana action connectors (#819) - Add
aliases
attribute toelasticstack_elasticsearch_transform
resource. (#825) - Add
description
attribute toelasticstack_elasticsearch_security_role
resource. (#824) - Fix merge values for
elasticstack_kibana_synthetics_monitor
monitor locations (#823 - Add
elasticstack_elasticsearch_index_template
data source (#828)
v0.11.8
- Add key_id to the
elasticstack_elasticsearch_api_key
resource. (#789) - Fix handling of
sys_monitoring
inelasticstack_fleet_agent_policy
(#792) - Migrate
elasticstack_fleet_agent_policy
,elasticstack_fleet_integration
(both), andelasticstack_fleet_server_host
to terraform-plugin-framework (#785) - Fix for synthetics http/tcp monitor produces inconsistent result after apply (#801)
- Migrate
elasticstack_fleet_integration_policy
to terraform-plugin-framework. Fix drift in integration policy secrets. (#797) - Migrate
elasticstack_fleet_output
to terraform-plugin-framework. (#811)