We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" } ]
The text was updated successfully, but these errors were encountered:
This is now fixed and you can add up to 100 objects in using the terraform in the next release.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: