Harmony

Harmony SASE provides secure access to local networks, applications and cloud infrastructures with one unified platform

Example Usage


harmony-integration.tf
resource "apono_integration" "harmony-integration" {
  name                     = "Harmony"
  type                     = "harmony"
  connector_id             = "apono-connector-id"
  connected_resource_types = ["harmony-group"]
  metadata = {
    region = "<Region>"
  }
  aws_secret = {
    region    = "aws_region_template_value"
    secret_id = "aws_secret_id_template_value"
  }
}

Schema


  • type harmony

  • connected_resource_types List of resource types to sync.

Available resource types you can use
  • harmony-group

Integration Config


  • region (Required | String) Region

    • Possible values: global, eu

Last updated

Was this helpful?