mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: oop
This commit is contained in:
parent
803b8eb29b
commit
dc36fa6b2c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue