Web App

A search engine based on the Lucene library that provides a distributed, multitenant-capable full-text search engine.

Example Usage


web-app-integration.tf
resource "apono_integration" "web-app-integration" {
  name                     = "Web App"
  type                     = "web-app"
  connector_id             = "apono-connector-id"
  connected_resource_types = ["envoy-web-app"]
  metadata = {
    proxy_address = "<Proxy Address>"
    addresses = "<Addresses>"
  }
}

Schema


  • type web-app

  • connected_resource_types List of resource types to sync.

Available resource types you can use
  • envoy-web-app

Integration Config


  • proxy_address (Required | String) Proxy Address

  • addresses (Required | String) Addresses

Last updated

Was this helpful?