Brian Flad

Results 422 comments of Brian Flad

Similar to the above comment, a `types/basetypes` package has been created which contains the extendable Go types for implementing custom types. Aliasing has been setup so existing `types` usage in...

Additional [HashiCorp Discuss](https://discuss.hashicorp.com/c/terraform-providers/tf-plugin-sdk/43) references: - https://discuss.hashicorp.com/t/struct-embedding-in-attribute-models/51456 - https://discuss.hashicorp.com/t/terraform-plugin-framework-nested-itself/51504 Will bring this up during our team's next regularly scheduled triage meeting to get it on the schedule. To set expectations, efforts...

Created bespoke issues for tracking specific pieces of framework updates: - #588 - #589 - #590 If there are other places which need updates, we can create other new issues.

Another option here is limiting `GetAttribute()` and `SetAttribute()` to only allow a single `AtName()` path step for the path. That removes the possibility of getting an incorrect value state, since...

If anything needs to be done, it'll be in the devdot platform now.

Versioned documentation has also been available for [Terraform CLI](https://developer.hashicorp.com/terraform/cli) and [Terraform Enterprise](https://developer.hashicorp.com/terraform/enterprise) for awhile now (version selector is top right of pages). If there are other specific requests, please raise...

https://developer.hashicorp.com/ has both navigation filtering and search support. 👍 If there are specific feature requests or bug reports, please raise a new issue.

Hi @jack-parsons-bjss 👋 Thank you for raising this. As @tristanmorgan mentions above, recent versions of the `local_file` data source and resource now include additional attributes containing hashes of file contents....

I believe this has been resolved at least in v0.17.0, but please reach out if it has not. 👍

terraform-plugin-framework version 0.17.0 now includes separated schema packages for datasources, providers, and resources. Inside those packages are Attribute, Block, and NestedAttribute interfaces that should allow providers to define their own...