data_source/aws_vpc_ipam_pool acceptance tests are failing in CI due to parallelism #22438
Closed
3 tasks
Labels
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
The data source for IPAM pool searches is failing because it currently returns the first pool it finds that matches its criteria. Due to low availability of
filters
, its finding the incorrect pool from other CI tests and then the DSarn
does not match the API returnedarn
.ipam_pool_id = aws_vpc_ipam_pool.test.id
here so the DS finds the specific one we built in CIdepends_on
from the acc test configThis change will make this DS less useful for accounts with more than 1 pool but that is currently due to a limitation with the API
The text was updated successfully, but these errors were encountered: