Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

- Update `elasticstack_fleet_output` to use new API schema format ([#434](https://github.com/elastic/terraform-provider-elasticstack/pull/434))

## [0.8.0] - 2023-09-26

### Added
Expand Down
1 change: 1 addition & 0 deletions docs/resources/fleet_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ resource "elasticstack_fleet_output" "test_output" {
### Optional

- `ca_sha256` (String) Fingerprint of the Elasticsearch CA certificate.
- `ca_trusted_fingerprint` (String) Fingerprint of trusted CA.
- `config_yaml` (String, Sensitive) Advanced YAML configuration. YAML settings here will be added to the output section of each agent policy.
- `default_integrations` (Boolean) Make this output the default for agent integrations.
- `default_monitoring` (Boolean) Make this output the default for agent monitoring.
Expand Down
File renamed without changes.

Large diffs are not rendered by default.

Loading