Describe the bug
Attempting to add ~3800 ips to existing allow list, with ~1000 ips, fails on apply with the following error:
╷
│ Error: failed to add IPs
│
│ with myjfrog_ip_allowlist.ip-allowlist,
│ on cdk.tf.json line 4189, in resource.myjfrog_ip_allowlist.ip-allowlist:
│ 4189: }
│
│ -
╵
I'm using the CDK to generate the resources, so no code to show. Plan output works without issues.
Terraform version 1.8.4
Provider version 1.0.0
Expected behavior
Append the new ips to the allow list.