Documentation ¶
Index ¶
Constants ¶
View Source
const ( PackageModule = terraformtype.ModuleTerraformPluginSdk PackageModulePath = `terraform` PackageName = `terraform` PackagePath = PackageModule + `/` + PackageModulePath )
View Source
const (
TypeNameResourceProvider = `ResourceProvider`
)
View Source
const (
TypeNameResourceProviderFactory = `ResourceProviderFactory`
)
Variables ¶
This section is empty.
Functions ¶
func IsNamedType ¶
IsNamedType returns if the type name matches and is from the helper/resource package
func IsTypeResourceProvider ¶
IsTypeResourceProvider returns if the type is ResourceProvider from the terraform package
func IsTypeResourceProviderFactory ¶
IsTypeResourceProviderFactory returns if the type is ResourceProviderFactory from the terraform package
func PackagePathVersion ¶
PackagePathVersion returns the import path for a module version
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.