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

Size limitation on number of ips in myjfrog_ip_allowlist? #17

Open
nbaju1 opened this issue Oct 4, 2024 · 1 comment
Open

Size limitation on number of ips in myjfrog_ip_allowlist? #17

nbaju1 opened this issue Oct 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nbaju1
Copy link

nbaju1 commented Oct 4, 2024

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.

@nbaju1 nbaju1 added the bug Something isn't working label Oct 4, 2024
@alexhung
Copy link
Member

alexhung commented Oct 4, 2024

@nbaju1 Thanks for the report. I'll add validation to this attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants