Elastic Cloud
Elastic Cloud is the official managed Elasticsearch service that provides a fully managed Elasticsearch, Kibana, and APM solution in the cloud
Example Usage
resource "apono_integration" "elastic-cloud-integration" {
name = "Elastic Cloud"
type = "elastic-cloud"
connector_id = "apono-connector-id"
connected_resource_types = ["elastic-cloud-deployment"]
metadata = {
organization_id = "<Organization ID>"
}
kubernetes_secret = {
name = "name_template_value"
namespace = "namespace_template_value"
}
}
Schema
type
elastic-cloudconnected_resource_types
List of resource types to sync.
Integration Config
organization_id
(Required | String) Organization ID
Last updated
Was this helpful?