-
Notifications
You must be signed in to change notification settings - Fork 233
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
Support computed values in TypeSet #195
Comments
I've confirmed that this same error occurs when updating a We're encountering the error when updating an |
As pointed out in hashicorp/terraform-provider-aws#17161 (comment), this needs a |
I was looking at your comment: hashicorp/terraform-provider-aws#17161 (comment) as we're also facing the same issue in our provider, which we're trying to fix. One thing I wanted to get your confirmation is that, is this the case only for The above comment, as well as this community post, was giving me the impression that it's a generic limitation for all computed attributes regardless of the schema types. So just wanted to clarify that before implementing the fix using Thanks in advance |
Currently
Computed
within lists work but no in sets. Each time they give a dirty plan due to the hash change.Steps to reproduce are in the branch: https://github.com/terraform-providers/terraform-provider-docker/tree/investigate-type-set-list-fail
The text was updated successfully, but these errors were encountered: