-
Notifications
You must be signed in to change notification settings - Fork 93
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
CustomType defined on NestedObject within List/Map/Set Nested Attributes Raises Invalid Element Type Error #821
Comments
bendbennett
added a commit
that referenced
this issue
Aug 16, 2023
bendbennett
added a commit
that referenced
this issue
Aug 16, 2023
bendbennett
added a commit
that referenced
this issue
Aug 16, 2023
bendbennett
added a commit
that referenced
this issue
Aug 17, 2023
bendbennett
added a commit
that referenced
this issue
Aug 17, 2023
…ns Custom Value Type Implementations When Using Custom Type NestedAttributeObject/NestedBlockObject (#823) * internal/fwserver: Attribute plan modification returns custom value type implementations for list, map, set nested attributes using a nested object with a custom type (#821) Reference: #768 Reference: #767 * internal/fwserver: Block plan modification returns custom value type implementations for list, set nested blocks using a nested object with a custom type (#821) Reference: #768 Reference: #767 * Using testschema throughout tests for attribute and block plan modifier (#821) * Renaming attr and updating tests (#821) * Add changelog entry (#821) * Removing hardcoded AttrTypes (#821)
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Module version
Relevant provider source code
Terraform Configuration Files
Debug Output
https://gist.github.com/bendbennett/df35a80597f6b9df94a6a29793668695
Expected Behavior
terraform apply
should run successfully.Actual Behavior
terraform apply
generates the following error:Steps to Reproduce
terraform apply
References
The text was updated successfully, but these errors were encountered: