Brian Flad
Brian Flad
I'm reopening this to signify that the maintainers were not able to rectify the second half of the changes needed before releasing v1.3.0 soon, so v1.3.0 will work with the...
Hi @zliang-akamai 👋 Thank you for raising this feature request. To provide some additional context here, which I do not believe was copied from our internal design documentation into #668:...
@drewmullen you can default the value in the data source `Read` method and check if the attribute value in `Config` is not null to overwrite that value. Until there's a...
Off-hand question: I'm wondering if something like this could help with terraform-plugin-sdk's set handling issues like https://github.com/hashicorp/terraform/issues/28281, which my (potentially incorrect) understanding is likely due to its internal set value...
We are running into situations over in terraform-plugin-framework where the framework logic could use this information for its underlying planning and data handling logic. https://github.com/hashicorp/terraform-plugin-framework/issues/720 is a fairly trivial proposal...
Thank you for the deeper consideration, @apparentlymart, this is exactly the type of design questions I would hope would come out of this. At the end of the day, maybe...
The team maintaining the `hashicorp/time` provider intends to release a `rfc3339_parse()` function that will work with Terraform 1.8 and later. That function will return an object with one of the...
Hi @jbardin 👋 Could you redescribe what you are looking for? Do you mean start to finish reproduction with the protocol flag _never_ involved? I'm not sure if I have...
From an out-of-band conversion, one thing I didn't say out loud here is the schema changes that occurred here: 1. It was originally Optional only in the sdk 1. It...
I'm not sure if it matters much, but https://github.com/hashicorp/terraform-provider-tls/issues/284 is an example of the opposite issue where `""` to `null` is missing from CLI terminal plan output for a provider...