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


elastic-cloud-integration.tf
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-cloud

  • connected_resource_types List of resource types to sync.

Available resource types you can use
  • elastic-cloud-deployment

Integration Config


  • organization_id (Required | String) Organization ID

Last updated

Was this helpful?