# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetTerraformType returns the primitive type appearing in the supplied schema.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadResource decodes Terraform configuration, state, or plan to a model struct containing ordinary Golang field types (e.g.
No description provided by the author
No description provided by the author
SchemaOverrideForPath returns a SchemaOverride that applies an override to the property at the specified path.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithDescription returns a SchemaOverride that overrides the description of the property at the specified path.
WithPattern returns a SchemaOverride that overrides the pattern constraint of the property at the specified path.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
GenericDataSource is a DataSource implementation that handles all interactions with the Terraform API and delegates interaction with the provider API to DataSourceState.
GenericPlanModifier is a plan modifier implementation that can be applied to any type.
GenericRequest is a request for plan modification that uses attr.Value instead of specific type of the attribute to enable code reuse across types.
GenericResource is a Resource implementation that handles all interactions with the Terraform API and delegates interaction with the provider API to ResourceState.
GenericResponse is a response to a GenericRequest.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

DataSourceState handles interactions with the provider API.
No description provided by the author
ResourceState handles interactions with the provider API.
State is a marker interface for all structs that model Terraform resources and data sources.

# Type aliases

No description provided by the author