Brian Flad

Results 419 comments of Brian Flad

Could you show a pseudo-code example of what you might expect to write in your case?

Hi again, @shiyuhang0 👋 Since we haven't heard back in awhile about this, I'm going to close it for now so we can track active issues. If you would like...

Sorry I'm on mobile so my response will be a little terse, but does the Attribute which defines the PlanModifiers also have `Computed: true` set as well? The error message...

Since PlanModifiers also supports functionality like marking the resource for replacement, we cannot always say that Computed must always be set with PlanModifiers. Especially in the case of Required attributes,...

The last item, creating a terraform-plugin-sdk migration guide, is started here: https://www.terraform.io/plugin/framework/migrating Closing!

Hi @Project0 👋 Thank you for raising this. Quick question -- does adding the [`tfsdk.UseStateForUnknown()`](https://pkg.go.dev/github.com/hashicorp/terraform-plugin-framework/tfsdk#UseStateForUnknown) to the `a` nested attribute `optional` attribute `PlanModifiers` help? Terraform CLI has tended to show...

It is also certainly worth noting that there is not enough clear Go and terraform.io website documentation around this functionality. I've added this explicitly to #258 to ensure that gets...

Hi again @Project0 👋 Apologies for the long delay in response here. I was able to investigate this further today and get it working with the version 0.13.0 compatible code...

This type of change is essentially required for #132, which provider developers are asking to be implemented.

This issue should be closable early in the v0.12.0 development cycle once we've released deprecations of some existing functionality that shouldn't affect most provider developers.