Closed kalaibarak closed 2 years ago
Please ask general Terraform usage questions on https://discuss.hashicorp.com
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
I would like to get a list of IDS based on data.aws_instances that then I can us in aws_ebs volume I tried data "aws_ebs_volumes" "volumes" for_each = toset(data.aws_instances.instances.ids) ids = each.value.ids but got Computed attributes cannot be set, but a value was set for "ids"