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
8
tf/oci_common_private_network/firewalling_locals.tf
Normal file
8
tf/oci_common_private_network/firewalling_locals.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
locals {
|
||||
protocol_number = {
|
||||
icmp = 1
|
||||
icmpv6 = 58
|
||||
tcp = 6
|
||||
udp = 17
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue