You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
## [Unreleased]
2
2
3
3
- Fix provider crash with `elasticstack_kibana_action_connector` when `config` or `secrets` was unset in 0.11.17 ([#1355](https://github.com/elastic/terraform-provider-elasticstack/pull/1355))
4
-
- Fixes provider crash with `elasticstack_kibana_slo` when using `kql_custom_indicator` with no `filter` set.
5
-
- Updates for Security Detection Rules
4
+
- Fixes provider crash with `elasticstack_kibana_slo` when using `kql_custom_indicator` with no `filter` set. ([#1354](https://github.com/elastic/terraform-provider-elasticstack/pull/1354))
5
+
- Updates for Security Detection Rules ([#1361](https://github.com/elastic/terraform-provider-elasticstack/pull/1361)
6
6
- Add support for `threat` property
7
7
- Gracefully support `query` property not being set
8
8
- Add esql specific validations to reject unsupported fields `index` and `filters`
@@ -13,6 +13,34 @@
13
13
14
14
## [0.11.18] - 2025-10-10
15
15
16
+
### Breaking changes
17
+
18
+
The `ssl` field on the `elasticstack_fleet_output` resource has been changes from a block to an attribute. This change ensures ongoing consistency within the resource schema for this resource, and aligns with Terraform best practices.
19
+
20
+
Existing `elasticstack_fleet_output` resources defining `ssl` will have to update the declaration to an attribute style. For example:
0 commit comments