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
Merge remote-tracking branch 'origin/main' into 667-fleet-data-tags
* origin/main:
fix package policy secrets (#821)
chore(deps): update codecov/codecov-action digest to b9fd7d1 (#815)
Bump release memory
Switch to golang 1.23.2 in release
Bump release memory
Prepare release v0.11.8 (#810)
Add key_id as an explicit attribute (#789)
standalone-output resource (#811)
Add URL support to data_view field_formats (#812)
migrate fleet integration_policy to framework, fix secret churn (#797)
Allow mappings to be unknown to support mappings defined in index templates (#803)
- Add key_id to the `elasticstack_elasticsearch_api_key` resource. ([#789](https://github.com./elastic/terraform-provider-elasticstack/pull/789))
3
8
- Fix handling of `sys_monitoring` in `elasticstack_fleet_agent_policy` ([#792](https://github.com./elastic/terraform-provider-elasticstack/pull/792))
4
9
- Migrate `elasticstack_fleet_agent_policy`, `elasticstack_fleet_integration` (both), and `elasticstack_fleet_server_host` to terraform-plugin-framework ([#785](https://github.com./elastic/terraform-provider-elasticstack/pull/785))
5
10
- Fix for synthetics http/tcp monitor produces inconsistent result after apply ([#801](https://github.com./elastic/terraform-provider-elasticstack/pull/801))
11
+
- Migrate `elasticstack_fleet_integration_policy` to terraform-plugin-framework. Fix drift in integration policy secrets. ([#797](https://github.com./elastic/terraform-provider-elasticstack/pull/797))
12
+
- Migrate `elasticstack_fleet_output` to terraform-plugin-framework. ([#811](https://github.com./elastic/terraform-provider-elasticstack/pull/811))
docker-network: ## Create a dedicated network for ES and test runs
@@ -172,19 +200,25 @@ docker-network: ## Create a dedicated network for ES and test runs
172
200
173
201
.PHONY: set-kibana-password
174
202
set-kibana-password: ## Sets the ES KIBANA_SYSTEM_USERNAME's password to KIBANA_SYSTEM_PASSWORD. This expects Elasticsearch to be available at localhost:9200
Copy file name to clipboardExpand all lines: docs/resources/elasticsearch_security_api_key.md
+1
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ output "api_key" {
98
98
-`encoded` (String, Sensitive) API key credentials which is the Base64-encoding of the UTF-8 representation of the id and api_key joined by a colon (:).
99
99
-`expiration_timestamp` (Number) Expiration time in milliseconds for the API key. By default, API keys never expire.
100
100
-`id` (String) Internal identifier of the resource.
0 commit comments