-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
data source aws_route_tables returns list of strings #23480
Comments
As the error suggests, you need to provide a |
yes we could do this, but if we look into the docs, data.aws_route_tables.non_main.ids should return the set not list of strings, and I can confirm it works very well in version 3.74.x. |
Hey @yongzhang 👋 The incorrect documentation was caught be another community member, and a PR has been merged to change Given that information, we'll close this one for now. If you feel we've done this in error, please do let us know. |
@justinretzolk I checked into the source code here: https://github.com/hashicorp/terraform-provider-aws/blob/v3.74.3/internal/service/ec2/route_tables_data_source.go#L29, in v3.74.x, it was |
Hey @yongzhang -- that's correct, this was an intentional change from
|
ahh, didn't notice this one, 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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform version: v1.1.7
AWS Provider version: 4.3.0
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
No.
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: