Martin Atkins

Results 1242 comments of Martin Atkins

Thanks for reporting this, @tam116! This ungrammatical error arises if, for some reason, a provider responds to the request to perform a `Create` by returning a null value indicating that...

Thanks for that extra context, @tam116! The Terraform team at HashiCorp won't be able to work on this in the near future due to our focus being elsewhere, but we'd...

An extra constraint on `tfsdk.Plan` and `tfsdk.Config` that doesn't apply to `tfsdk.State` is that the "known-ness" of any particular argument is under the control of the module author, not the...

I think a common problem with this subcategory of argument is that, because it's part of the resource configuration along with everything else, during a destroy (where the configuration is...

I guess my hypothesis here was that the most robust thing would be for the framework to offer something that makes consistency between `ReadResource` and `PlanResourceChange` the _default_ behavior, because...

I ended up thinking about this some more today because I encountered another situation where a normalization change ended up propagating downstream and generating a confusing result. I've felt bad...

To satisfy my curiosity I made an attempt at implementing something like what I described in the previous comment, over in #178. For the moment I'm offering that mainly just...

Hi @YakDriver! Thanks for sharing that extra context. I must admit I hadn't really considered the case of importing. I'm rusty on the legacy SDK and so I don't remember...

Ahh, I went to look in the SDK repository to remind myself what `ImportStateVerify` is and now remember that it's part of the test framework rather than part of the...

I was focusing on understanding what role `ImportStateVerify` was playing in my comments above but also want to acknowledge that indeed complex data structures represented as JSON are a definite...