PrefectHQ / terraform-provider-prefect

Terraform Provider for Prefect Cloud

Home Page:https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add logging for Terraform provider

jawnsy opened this issue · comments

The Terraform plugin framework provides its own logging interface, and we can use this to propagate diagnostic information to Terraform.

https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-logging

create helpers that wrap common error operations, like http, and return a diagnostic

https://developer.hashicorp.com/terraform/plugin/framework/diagnostics