Versions in this module Expand all Collapse all v9 v9.0.0 Oct 17, 2023 Changes in this version + func NewTemplateProvider_Override(t TemplateProvider, scope constructs.Construct, id *string, ...) + func TemplateProvider_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource + func TemplateProvider_IsConstruct(x interface{}) *bool + func TemplateProvider_IsTerraformElement(x interface{}) *bool + func TemplateProvider_IsTerraformProvider(x interface{}) *bool + func TemplateProvider_TfResourceType() *string + type TemplateProvider interface + AddOverride func(path *string, value interface{}) + Alias func() *string + AliasInput func() *string + CdktfStack func() cdktf.TerraformStack + ConstructNodeMetadata func() *map[string]interface{} + Fqn func() *string + FriendlyUniqueId func() *string + MetaAttributes func() *map[string]interface{} + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + RawOverrides func() interface{} + ResetAlias func() + ResetOverrideLogicalId func() + SetAlias func(val *string) + SynthesizeAttributes func() *map[string]interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformProviderSource func() *string + TerraformResourceType func() *string + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + func NewTemplateProvider(scope constructs.Construct, id *string, config *TemplateProviderConfig) TemplateProvider + type TemplateProviderConfig struct + Alias *string Other modules containing this package github.com/cdktf/cdktf-provider-template-go/template/v10 github.com/cdktf/cdktf-provider-template-go/template/v3 github.com/cdktf/cdktf-provider-template-go/template/v4 github.com/cdktf/cdktf-provider-template-go/template/v5 github.com/cdktf/cdktf-provider-template-go/template/v6 github.com/cdktf/cdktf-provider-template-go/template/v7 github.com/cdktf/cdktf-provider-template-go/template/v8