Skip to content
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

Temporary local SetNestedAttributes implementation #69

Closed
ewbankkit opened this issue Jul 26, 2021 · 1 comment · Fixed by #70
Closed

Temporary local SetNestedAttributes implementation #69

ewbankkit opened this issue Jul 26, 2021 · 1 comment · Fixed by #70

Comments

@ewbankkit
Copy link
Contributor

Relates #39.
Relates #54.
Until the Plugin Framework has a working SetNestedAttributes implementation, implement a local, temporary SetNestedAttributes type.
This should unblock unit tests for sets of objects.

@ewbankkit
Copy link
Contributor Author

This will require a fork of terraform-plugin-framework to allow NestedAttributes to be implemented outside the schema package: https://github.com/ewbankkit/terraform-plugin-framework/tree/f-allow-nested-attributes-instantiation.

go mod edit -replace=github.com/hashicorp/terraform-plugin-framework=github.com/ewbankkit/terraform-plugin-framework@f-allow-nested-attributes-instantiation
go mod download github.com/hashicorp/terraform-plugin-framework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant