You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Resource precondition failed
on .terraform/modules/oci_lz_orchestrator.oci_lz_network/default_security_lists.tf line 172, in resource "oci_core_default_security_list" "these"
172: condition = length([for ir in each.value.ingress_rules : ir if coalesce(ir.dst_port_min, local.TCP_PORT_MIN) <= coalesce(ir.dst_port_max, local.TCP_PORT_MAX)]) > 0
├────────────────
│ each.value.ingress_rules is empty list of object
│ local.TCP_PORT_MAX is 65535
│ local.TCP_PORT_MIN is 1
VALIDATION FAILURE: Invalid configuration in Security List
[CUSTOM-DEFAULT-SEC-LIST-VCN-FRA-OE1-PLATFORM-OCVS-KEY]: dst_port_min [] must
be less than or equal to dst_port_max [].
seems like orchestrator doesn't expect empty list
The text was updated successfully, but these errors were encountered:
Getting error with folowing configuration:
errors with:
seems like orchestrator doesn't expect empty list
The text was updated successfully, but these errors were encountered: