Deprecated
- Added a new DeprecatedResource Struct in base schema. (GH-80)
golang
- Upgrade to Golang 1.21. (GH-77)
- deps: bumps actions/download-artifact from 4.1.1 to 4.1.8 (GH-76)
- deps: bumps dependabot/fetch-metadata from 1.6.0 to 2.2.0 (GH-74)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from 0.3.0 to 0.4.0 (GH-75)
- deps: bumps ncipollo/release-action from 1.13.0 to 1.14.0 (GH-70)
AttributeOf
- Add new attributes Set/List/MapAttributeOf[T] to dynamically get/set attributes of a given type. (GH-66)
- deps: bumps actions/download-artifact from 3.0.2 to 4.1.1 (GH-67)
- deps: bumps actions/setup-go from 4 to 5 (GH-62)
- deps: bumps actions/upload-artifact from 3 to 4 (GH-64)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from v0.2.0 to v0.3.0 (GH-66)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.5.0 (GH-65)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from v1.4.2 to v1.5.0 (GH-66)
SingleNestedAttributeOf
- Fix custom type for Single Nested Attribute of (GH-60)
Attributs
- AddSuperListNestedAttributeOf
,SuperSetNestedAttributeOf
,SuperMapNestedAttributeOf
andSuperSingleNestedAttributeOf
to create nested attributes with generic struct. (GH-59)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from v0.1.0 to v0.2.0 (GH-59)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.4.1 to 1.4.2 (GH-58)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1 (GH-56)
- deps: bumps stefanzweifel/git-auto-commit-action from 4 to 5 (GH-55)
- deps: bumps actions/checkout from 3 to 4 (GH-49)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.5 to 1.4.0 (GH-50)
- deps: bumps ncipollo/release-action from 1.12.0 to 1.13.0 (GH-48)
- deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from v0.0.5 to v0.1.0 (GH-46)
validator/NoneOf
- Add support for formattingNoneOf
validation description. (GH-45)
validator/OneOf
- Fix description after upgrade dependencyhashicorp/terraform-plugin-framework-validators
tov0.11.0
. (GH-45)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.4 (GH-42)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.4 to 1.3.5 (GH-44)
Deprecated
- Adddeprecated
option in attribute. Now the documentation will be generated for deprecated attributes. (GH-40)
- deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.2 to 1.3.3 (GH-39)
DataSource
- FixDataSource
generation forSuper
attributes. (GH-38)
SuperTypes
- Add new attributesSuper
(GH-37)
- deps: bumps github.com/iancoleman/strcase from 0.2.0 to 0.3.0 (GH-34)
- deps: bumps dependabot/fetch-metadata from 1.5.1 to 1.6.0 (GH-31)
- deps: bumps github.com/hashicorp/terraform-plugin-framework-timeouts from 0.4.0 to 0.4.1 (GH-33)
- deps: bumps github.com/hashicorp/terraform-plugin-framework-timeouts from 0.3.1 to 0.4.0 (GH-25)
- datasource schema (ec10d41)
- super schema (5b70824)