+| <a name="input_custom_container_apps"></a> [custom\_container\_apps](#input\_custom\_container\_apps) | Custom container apps, by default deployed within the container app environment managed by this module. | <pre>map(object({<br> container_app_environment_id = optional(string, "")<br> resource_group_name = optional(string, "")<br> revision_mode = optional(string, "Single")<br> container_port = optional(number, 0)<br> ingress = optional(object({<br> external_enabled = optional(bool, true)<br> target_port = optional(number, null)<br> traffic_weight = object({<br> percentage = optional(number, 100)<br> })<br> cdn_frontdoor_custom_domain = optional(string, "")<br> cdn_frontdoor_origin_fqdn_override = optional(string, "")<br> cdn_frontdoor_origin_host_header_override = optional(string, "")<br> enable_cdn_frontdoor_health_probe = optional(bool, false)<br> cdn_frontdoor_health_probe_protocol = optional(string, "")<br> cdn_frontdoor_health_probe_interval = optional(number, 120)<br> cdn_frontdoor_health_probe_request_type = optional(string, "")<br> cdn_frontdoor_health_probe_path = optional(string, "")<br> cdn_frontdoor_forwarding_protocol_override = optional(string, "")<br> }), null)<br> identity = optional(list(object({<br> type = string<br> identity_ids = list(string)<br> })), [])<br> secrets = optional(list(object({<br> name = string<br> value = string<br> })), [])<br> registry = optional(object({<br> server = optional(string, "")<br> username = optional(string, "")<br> password_secret_name = optional(string, "")<br> identity = optional(string, "")<br> }), null),<br> image = string<br> cpu = number<br> memory = number<br> command = list(string)<br> liveness_probes = optional(list(object({<br> interval_seconds = number<br> transport = string<br> port = number<br> path = optional(string, null)<br> })), [])<br> env = optional(list(object({<br> name = string<br> value = optional(string, null)<br> secretRef = optional(string, null)<br> })), [])<br> min_replicas = number<br> max_replicas = number<br> }))</pre> | `{}` | no |
0 commit comments