target_servers |
Map of target servers to be created and associated with the endpoint attachment. |
map(object({ environment_id = string name = string protocol = optional(string, "HTTP") port = optional(number, 80) enabled = optional(bool, true) s_sl_info = optional(object({ enabled = bool client_auth_enabled = optional(bool, null) key_store = optional(string, null) key_alias = optional(string, null) trust_store = optional(string, null) ignore_validation_errors = optional(bool, null) protocols = optional(list(string), null) ciphers = optional(list(string), null) common_name = optional(object({ value = optional(string, null) wildcard_match = optional(bool, null) })) })) })) |
{} |
no |