Skip to content

Update fleet output resource to new API schema format #434

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2023
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