You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* module.elastic_search.data.aws_iam_policy_document.es_vpc_management_access: data.aws_iam_policy_document.es_vpc_management_access: value of 'count' cannot be computed
* module.elastic_search.data.aws_iam_policy_document.es_management_access: data.aws_iam_policy_document.es_management_access: value of 'count' cannot be computed
I believe this is caused because there's no way to tell terraform about module dependencies: hashicorp/terraform#10462
If we make this module (in VPC mode) use subnet_ids:
from another module (eg. https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws) it will fail with:
I believe this is caused because there's no way to tell terraform about module dependencies: hashicorp/terraform#10462
So far I have not been able to workaround it. Not even by using something like hashicorp/terraform#1178 (comment)
The text was updated successfully, but these errors were encountered: