CiscoDevNet / terraform-provider-fmc

Terraform Provider for FMC
https://registry.terraform.io/providers/CiscoDevNet/fmc/latest/docs
Mozilla Public License 2.0
16 stars 30 forks source link

Increase port group and network group return limit #115

Closed jellyBeanz2019 closed 1 year ago

jellyBeanz2019 commented 1 year ago

This MR is to increase the amount of items returned via the API GET port group and network group queries. By default the limit is 25. If the FMC maintained group is on anything greater than page 1 the query fails. This is similar to MR !29. This will also help with the new features introduced in MR !114 and MR !33