-
Notifications
You must be signed in to change notification settings - Fork 459
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
Enable Attribute References for Nested Types #172
Comments
This issue blocked me from migrating this example from the terraform docs the other day:
Until this is fixed, a suitable workaround would be to use the escape hatch:
|
@juliankrispel thanks for the the additional input. I believe we could leverage the mapping which got introduced by #395 to create a custom mapping similar to this. |
@skorfmann I think this is supported now in 0.7.0, wdyt? |
I don't think this is fully covered yet. The initial description got picked up, but some of the comments and linked issues I believe to still be missing. |
I looked into @juliankrispel example, the only thing missing to make this happen is including computed types on the complex objects. So not closed, but close to being closed |
Tracking this in #1332 which is a dedicated issue for the use case mentioned in the comments 👍 |
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've 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. |
Community Note
Description
Some providers (at least the Kubernetes provider) allow attribute references on anonymous interfaces (see #170). It would be good to support this.
That would be something like this:
References
#170
The text was updated successfully, but these errors were encountered: