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

Use plugin-framework attr.ValueAs #148

Closed
ewbankkit opened this issue Sep 10, 2021 · 1 comment · Fixed by #404
Closed

Use plugin-framework attr.ValueAs #148

ewbankkit opened this issue Sep 10, 2021 · 1 comment · Fixed by #404

Comments

@ewbankkit
Copy link
Contributor

Relates: hashicorp/terraform-plugin-framework#88.

v0.3.0 of terraform-plugin-framework introduced attr.ValueAs which removes the need for type assertions of attr.Values.
Replace any such type assertions in this provider.

@ewbankkit
Copy link
Contributor Author

It looks like the changes need to be made only in the internal/validate package.

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

Successfully merging a pull request may close this issue.

2 participants