Open mmaciejc opened 1 year ago
The resource: fmc_staticIPv4_route takes only one object as selected_networks where list is supported over API:
selected_networks { id = data.fmc_network_objects.nw.id type = data.fmc_network_objects.nw.type name = data.fmc_network_objects.nw.name }
Via API/GUI we can provide multiple:
"selectedNetworks": [ { "type": "Host", "id": "networkHostUuid", "name": "Host1" } ]
This is now fixed and you can add up to 100 objects in using the terraform in the next release.
The resource: fmc_staticIPv4_route takes only one object as selected_networks where list is supported over API:
Via API/GUI we can provide multiple: