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
Terraform 1.8 will be introducing provider-defined function support. As part of this, the existing terraform providers schema -json output will be updated with additional function definition/signature information. The initial Terraform implementation can be found at: hashicorp/terraform#34450
This information is necessary for terraform-plugin-docs (provider documentation generation) and terraform-schema (editor integrations).
…-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`.
…-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
Description
Terraform 1.8 will be introducing provider-defined function support. As part of this, the existing
terraform providers schema -json
output will be updated with additional function definition/signature information. The initial Terraform implementation can be found at: hashicorp/terraform#34450This information is necessary for terraform-plugin-docs (provider documentation generation) and terraform-schema (editor integrations).
Additional References
The text was updated successfully, but these errors were encountered: