Brian Flad

Results 426 comments of Brian Flad

https://github.com/hashicorp/terraform-plugin-sdk/pull/636 introduced warning logs to signal to provider developers when a provider `Configure` function was executed multiple times, which should only ever occur during provider acceptance testing since a single...

Potentially related: https://github.com/hashicorp/terraform-plugin-sdk/issues/588

Hi folks 👋 Non-SDK team member providing some additional information here. We tightened up the validation of the `AtLeastOneOf`/`ConflictsWith`/`ExactlyOneOf`/`RequiredWhen` fields so the references can be checked via unit testing. As...

Hi @ms-henglu 👋 Thank you for raising this awhile ago and apologies for the delayed review. We wound up resolving this in a different way over in #972 and I...

Hi @ujjwal-ibm 👋 Thank you for raising this. While it would be relatively straightforward to support something like this in a more generic form, there are some practitioner experience concerns...

Just so other similar provider-based UI ideas/concepts are linked: * https://github.com/hashicorp/terraform-plugin-sdk/issues/86 * https://github.com/hashicorp/terraform/issues/27550

Just in case it is not explained or clear in this discussion, provider resource and data source logic can artificially constrain remote actions via a mutex or semaphore. There are...

Glad this is helping, @hasan4791. This is an acceptable design with Terraform, given that the only effect it is having is making core's requests to the provider "take longer" in...

Apologies for not specifically calling this out, but this is totally fine to be outside the scope of v0.12.0. 👍 @apparentlymart did you maybe misread `MinItems: 1` for `MaxItems: 1`?...

Updated dependency graph: ``` github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource github.com/hashicorp/terraform-exec/tfexec github.com/hashicorp/terraform-exec/tfexec.test github.com/hashicorp/terraform-exec/tfexec/internal/testutil github.com/hashicorp/hc-install/build github.com/go-git/go-git/v5 ```