Harmony
Harmony SASE provides secure access to local networks, applications and cloud infrastructures with one unified platform
Example Usage
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
harmonyconnected_resource_types
List of resource types to sync.
Integration Config
region
(Required | String) RegionPossible values: global, eu
Last updated
Was this helpful?