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
Initial support for provider-defined functions from providers schema …
…-json (#119)
* Initial support for provider-defined functions from providers schema -json
Reference: #118
Reference: hashicorp/terraform#34450
The Terraform `providers schema -json` output implementation currently uses the entire `metadata functions -json` implementation, so has the additional nesting layer containing `format_version` and `function_signatures`.
* Remove extraneous function metadata object