fixed Support pagination for data source aws_autoscaling_groups broken in aws provider v1.38.0 #8819
Labels
service/autoscaling
Issues and PRs that pertain to the autoscaling service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
Hi Guys,
bug reported and fixed in PR #4422 broken seems gets broken at aws provider version v1.38.0 probably related to change in PR #5766
I got more than 500 autoscaling groups wanted to list using function aws_autoscaling_groups it seems works fine up to versions:
Terraform v0.11.14
in provider aws = v1.38.0 it started failed again with limitation of 50 asg list, error message:
I noticed may be related to change #5766 that affect directly to that function and do not work anymore to retrieve more than 50 items
with terraform v0.12.0 that provider version is even not supported :
since that aws provider version 2.7 upto latest 2.12 all aws provider fails with error message:
terraform piece of code affected:
please refer to: https://www.terraform.io/docs/providers/aws/d/autoscaling_groups.html
basically the issue is that function aws_autoscaling_groups does not support retrieve more than 50 names for autoscaling group to be mapped at aws_autoscaling_notification group
can we retake this issue?
Thanks!
The text was updated successfully, but these errors were encountered: