Martin Atkins
Martin Atkins
Hi @dikhan! The comment you found is accurate in that it isn't currently supported, but it is no longer correct that there isn't a known way to support this. In...
Hi @gtmtech! I just wanted to add some context here on why Terraform currently behaves the way it does, and ways it can be mitigated within the current featureset. That...
Hi @benjvi! The initial set of work addresses the low-level problems that prevented us from supporting this before, but we're not planning to include new features for the `helper/schema` in...
Indeed, the current state is that Terraform Core supports this but the SDK cannot, because the SDK is still working with the old-style representation. Our goal for the initial v0.12.0...
Modern Terraform versions now treat sensitivity as a dynamic characteristic that can flow between expressions in the same sense that "unknown" is, so the good news here is that I...
I expect that for backward compatibility with existing providers Terraform Core would need to continue being responsible for handling the static `Sensitive` flag in schema, or at least providers would...
I've transferred this to the plugin SDK repository because it appears to be caused by how the SDK is presenting this schema to Terraform Core. Because this schema is marked...
I'm not sure I entirely agree with you. For an API that is case-insensitive, all of the different-cased versions of a value are semantically equivalent, and I don't really see...
Hi @StyleT! Thanks for sharing this use-case. The ability to show progress to the user is a good idea for resource types where operations can last for a long time...
Hi all, For the moment we don't have any specific plans in this area, due to attention being elsewhere. From re-reading the discussion here I see two main use-cases: *...