-
Notifications
You must be signed in to change notification settings - Fork 107
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
The "count" value depends on resource attributes that cannot be determined #58
Comments
This is an issue with Terraform and depending on vars from other modules; it's unable to compute the graph correctly, as it doesn't known how many documents the Two alternatives you can use are: 1/ Hardcode the count in your
|
@gavinbunney As your second hack, is this the workaround for
|
@yongzhang did you get this hack working for |
yes it’s ugly but works. |
╰─ terraform apply
|
Hi @gavinbunney
Any tips? |
Hi,
kubectl_path_documents
cannot be used with variables from other resources.For example
Leads to the following error:
It would be nice if the variables could be passed to
kubectl_manifest
. Because in reality the count value does not depend on the vars. But terraform does not know that.The text was updated successfully, but these errors were encountered: