You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Relates: hashicorp/terraform-plugin-framework#88.
v0.3.0 of
terraform-plugin-framework
introducedattr.ValueAs
which removes the need for type assertions ofattr.Value
s.Replace any such type assertions in this provider.
The text was updated successfully, but these errors were encountered: