-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
for_each depends on resource attributes that cannot be determined until apply #20
Comments
Hi Tim, Unfortunately, the issue you are experiencing is related to a limitation of Terraform which requires all dynamic references (such as In the meanwhile, you can do this in two commands:
|
Upgrading to terraform 1.0 fixed this issue, for any future readers |
It's good that it has fixed the problem in your case but there are several other cases when an upgrade does not help (unfortunately). |
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. |
Description
When deploying this module for the first time I encounter the same error for two places.
Versions
Reproduction
Expected behavior
terraform apply
is able to deployActual behavior
Error, see above
The text was updated successfully, but these errors were encountered: