Closed mcparaf closed 1 month ago
I believe this is similar to the issue I had in this issue https://github.com/cisco-open/terraform-provider-meraki/issues/36
The workaround was having to build in the dependency to the previous resource call so that state refresh stayed consistent. I believe this is due to the get action only returning ALL group policies vs just the single one being updated so the state lookup isn't built to match out and the loop breaks down.
The errors aren't exactly the same but knowing how the API response for group policies is always the full list of policies I'm guessing its related to that.
Please try it with new version and update us.
If we don´t get answer in next 24 hours, issue will be closed.
Describe the bug This happens when trying to create group policies.
Terraform resource:
Relevant YAML data: