Closed kklimonda-cl closed 3 months ago
Implement panos_address_objects as a resource where multiple address objects are modeled as maps where key is object name, and value is an object describing other parameters of the given object type:
panos_address_objects
resource "panos_address_objects" "addresses" { location = { shared = true } addresses = { "google-dns-primary" = { ip_netmask = "8.8.8.8/32" }, "google-dns-primary" = { ip_netmask = "8.8.4.4/32" }, } }
Implement
panos_address_objects
as a resource where multiple address objects are modeled as maps where key is object name, and value is an object describing other parameters of the given object type: