Skip to content
New issue

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

resource fmc_staticIPv4_route takes single element as selected_network #145

Open
mmaciejc opened this issue Nov 8, 2023 · 1 comment
Open

Comments

@mmaciejc
Copy link

mmaciejc commented Nov 8, 2023

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"
  }
]
@205101-retr0
Copy link
Contributor

This is now fixed and you can add up to 100 objects in using the terraform in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants