-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Support pagination for data source aws_autoscaling_groups #4422
Comments
Thanks for this report @yurygoncharuk -- it looks like we need to implement the SDK paginator ( |
The fix for this is now in master and will be released in v1.18.0 of the AWS provider, likely middle of next week. |
This has been released in version 1.18.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
Thank you for your help. Terraform v0.11.7 |
Hi Guys, fix worked up to versions Terraform v0.11.14
in provider aws = v1.38.0 it started failed again with error: Error: Error refreshing state: 1 error occurred: I noticed may be related to change #5766 (#5766), with terraform v0.12.0 that provider version is not supported : Provider "aws" v1.38.0 is not compatible with Terraform 0.12.0. Provider version 2.7.0 is the earliest compatible version. Select it with
since that aws provider version 2.7 upto latest 2.12 it fails with error: Error: Error fetching Autoscaling Groups: ValidationError: The number of group names that may be passed in is limited to 50 on error-slacknotifier.tf line 24, in data "aws_autoscaling_groups" "groups": can we reopen this issue? or can I open a new issue report ? Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Hi there,
I have a lot of autoscaling groups(more than 500) in my aws account. When I try to get a list of ASG(autoscaling groups) via Data Source: aws_autoscaling_groups and then make some changes to got ASG I get only first 50 groups and apply my changes only to these groups.
As I know, AWS has a limit of 50 rows per page. How can I get next page with my ASG or the whole list?
Terraform v0.11.7
Provider.aws: version = 1.16
Thank you for any help.
The text was updated successfully, but these errors were encountered: