-
Notifications
You must be signed in to change notification settings - Fork 119
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
trying to read variables through keepers ends up in "does not have attribute ..." #21
Comments
I'm currently seeing the same behaviour with
|
As I was lately comming across another issue, I was wondering if this could be related to hashicorp/terraform#17641 |
I'm experiencing the same problem with |
Similar issue when using module output as random_id keepers var. |
I found this working this way (tf v0.11.13): |
Still running into this issue. My theory is that the values in the |
Hi folks 👋 There have been a large number of changes to Terraform and this particular Terraform Provider since this issue was last discussed. If you are still running into an issue with recent versions of both, please open a new issue and we will take a fresh look. Thank you. |
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. |
Hello together,
Documentation example states that one can read a variable through the random provider:
https://www.terraform.io/docs/providers/random/r/id.html
I tried to use keepers reading it with ${random_integer.priority.keepers.target_group_arn}, but ended up with seeing the following error:
Terraform Version
v0.11.3
Affected Resource(s)
Please list the resources as a list, for example:
Only tried with random_integer, might also effect other random_* resources.
Terraform Configuration Files
Expected Behavior
Terraform planning & applying as expected.
Actual Behavior
Error presented as quoted above.
Many thanks in advance for your consideration. 👍
Best regards,
Harald
The text was updated successfully, but these errors were encountered: