Getting started Community Training Tutorials Documentation APIs, AI & Tools
resource "anypoint_managed_omni_gateway" "example" {
name = "my-omni-gateway"
environment_id = "env-id-here"
target_id = "target-private-space-id"
release_channel = "lts"
size = "small"
ingress = {
forward_ssl_session = true
last_mile_security = true
}
properties = {
upstream_response_timeout = 15
connection_idle_timeout = 60
}
logging = {
level = "info"
forward_logs = true
}
tracing = {
enabled = false
}
}



