Versions in this module Expand all Collapse all v0 v0.0.2 Oct 23, 2025 Changes in this version + type Emitter struct + CfResource *ccschema.Resource + IsDataSource bool + Ui cli.Ui + Writer io.Writer + func (e Emitter) EmitRootPropertiesSchema(tfType string, attributeNameMap map[string]string) (Features, error) + type Features struct + FrameworkDefaultsPackages []string + FrameworkPlanModifierPackages []string + FrameworkValidatorsPackages []string + HasRequiredRootProperty bool + HasUpdatableProperty bool + HasValidator bool + UsesFrameworkJSONTypes bool + UsesFrameworkTimeTypes bool + UsesFrameworkTypes bool + UsesInternalDefaultsPackage bool + UsesInternalValidatorsPackage bool + UsesRegexpInValidation bool + func (f Features) LogicalOr(features Features) Features