Add snat/netmap/nat provider resources #2
Reference in New Issue
Block a user
Delete Branch "benvin/nat-resources"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The NAT tier (snat/masquerade, netmap, 1:1 nat) is stored, terraformable in the API, and now rendered to devices — but the provider had no resources for it. This adds them so the NAT tier is fully manageable as HCL.
Changes
tomswallapi_snat(masquerade/SNAT; source zone-or-CIDR, egress zone, optional address/probability),tomswallapi_netmap(net-to-net, anchored device:zone|interface), andtomswallapi_nat(1:1 static NAT bound to a device).