mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(oci private network): add default route table and security list
management
This commit is contained in:
parent
07cbaca206
commit
fea4a43dcc
6 changed files with 47 additions and 16 deletions
|
|
@ -1,11 +1,4 @@
|
|||
locals {
|
||||
protocol_number = {
|
||||
icmp = 1
|
||||
icmpv6 = 58
|
||||
tcp = 6
|
||||
udp = 17
|
||||
}
|
||||
|
||||
shapes = {
|
||||
flex : "VM.Standard.A1.Flex",
|
||||
micro : "VM.Standard.E2.1.Micro",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue