Brian Flad

Results 420 comments of Brian Flad

We've pointed some folks at this issue in reference to implementing resource timeouts functionality similar to terraform-plugin-sdk's, however it was not well discoverable given this issue's more broad ambitions and...

Hi @goncalo-rodrigues 👋 Thank you for raising this and sorry this caused you some trouble. The behavior you mention is an artifact of the existing internal implementation of resource planning...

Just to cross-reference an existing issue for this: https://github.com/hashicorp/terraform-plugin-framework/issues/183

Created https://github.com/hashicorp/terraform-plugin-go/issues/113 upstream to noodle on that.

Just for completeness, there could be other import documentation for consideration, such as gotchas and notes. Please see the following for additional examples: - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emr_cluster#import - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_account#import - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_server#import

This new framework does not implement acceptance testing features. A separate, new acceptance testing framework is being planned instead. I'd ensure there is a covering issue back in https://github.com/hashicorp/terraform-plugin-sdk/issues to...

We still need to setup a broader discussion on this topic internally, but to quickly document another potential proposal we could noodle on is adding a "semantic equals" interface to...

This issue appears to be specific to terraform-plugin-framework, so going to transfer it over there.

Hi @abergmeier 👋 Thank you for raising this and sorry you ran into trouble here. Glad we have a lead on what caused the issue. We should also ensure there...

In the code that converts from the framework's schema to the protocol-level schema, there is already an error/validation check for NestedMode not being list or set: https://github.com/hashicorp/terraform-plugin-framework/blob/e27fe65549ca6397d416ccda23ff65ad54f0c326/internal/toproto6/block.go#L35-L43 This should bubble...