feat: oop

This commit is contained in:
Kat Inskip 2024-10-09 14:00:08 -04:00
parent 803b8eb29b
commit dc36fa6b2c
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -14,8 +14,8 @@ resource "oci_core_default_security_list" "this" {
description = "Mosh traffic from any origin" description = "Mosh traffic from any origin"
udp_options { udp_options {
max = port.to max = port.value.to
min = port.from min = port.value.from
} }
} }
} }