go: Update module github.com/hashicorp/terraform-plugin-framework to v1.2.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/hashicorp/terraform-plugin-framework | require | minor |
v1.1.1 -> v1.2.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
hashicorp/terraform-plugin-framework
v1.2.0
NOTES:
- New
DEBUGlevelDetected value change between proposed new state and prior statelog messages with the offending attribute path are now emitted when proposed new state value differences would cause the framework to automatically mark all unconfiguredComputedattributes as unknown during planning. These can be used to troubleshoot potential resource implementation issues, or framework and Terraform plan logic bugs. (#630) - This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#682)
FEATURES:
- resource/schema: Introduce packages, interface types, and built-in static value functionality for schema-based default values (#674)
ENHANCEMENTS:
- internal/fwserver: Added
DEBUGlogging to aid troubleshooting unexpected plans with unknown values (#630) - types/basetypes: Add
BoolValuetypeNewBoolPointerValue()creation function andValueBoolPointer()method (#689) - types/basetypes: Add
Float64ValuetypeNewFloat64PointerValue()creation function andValueFloat64Pointer()method (#689) - types/basetypes: Add
Int64ValuetypeNewInt64PointerValue()creation function andValueInt64Pointer()method (#689) - types/basetypes: Add
StringValuetypeNewStringPointerValue()creation function andValueStringPointer()method (#689) - resource/schema: Added
Defaultfields toAttributetypes, which support schema-based default values (#674)
BUG FIXES:
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.