NOTES:
- State store support is considered experimental and offered without compatibility promises until support for
state_storein Terraform core is generally available. (#1259)
FEATURES:
- framework: Add support for deprecation messages on attributes and blocks in the configuration schema (#1276)
- statestore: New package for implementing state stores (#1259)
- statestore/schema: New package for implementing state store schemas (#1259)
ENHANCEMENTS:
- types/basetypes: Added
Length()method for theListValuetype. (#1067) - types/basetypes: Added
Length()method for theMapValuetype. (#1067) - types/basetypes: Added
Length()method for theSetValuetype. (#1067) - types/basetypes: Added
Length()method for theTupleValuetype. (#1067) - provider: Added
ProviderWithStateStoresinterface for implementing state stores (#1259) - provider: Added
StateStoreDatatoConfigureResponse, to pass provider-defined data to(statestore.StateStore).Initializemethods (#1262)