Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SDK represents the path to Terraform SDK package SDK = "github.com/hashicorp/terraform-plugin-framework/tfsdk" // Types represents the path to Terraform types package Types = "github.com/hashicorp/terraform-plugin-framework/types" // Diag represents the path to Terraform diag package Diag = "github.com/hashicorp/terraform-plugin-framework/diag" // Attr represents the name of Terraform attr package Attr = "github.com/hashicorp/terraform-plugin-framework/attr" // TFTypes represents the name of Terraform SDK TFTypes package TFTypes = "github.com/hashicorp/terraform-plugin-go/tftypes" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.