Martin Atkins
Martin Atkins
While pondering this, it could also be interesting to ponder whether `Optional: true` alone is really necessary as a separate state than `Optional: true, Computed: true`. We copied the old...
I'm not sure if it's a material detail for the purpose of what you were describing here, but I just wanted to note that the special handling of `timeouts` today...
Oh yeah, that's another interesting quirk of the timeouts design I hadn't considered! I ended up here because of the comment you left over in #62, which amusingly caused me...
Hi @braunsonm, I think you're describing the scenario where `example_foo.bar.name` isn't known yet because `example_foo.bar` is pending creation. I was initially a bit confused by your example because it seems...
The design you've shown here does seem like it would neatly sidestep one of the shortcomings of the `cty` design: you've declared "dynamic" as a real type which _has a_...
Thanks for sharing that, @sebhoss! I expect there is an improvement to make to the framework to avoid a value like this getting so far through before it is detected,...
resource_dns_mx_record_set.go:resourceDnsMXRecordSetHash panics with apply-time string interpolation
Thanks for reporting this, @diekmann! Indeed you are right that this ought not to crash. I think the reason it is crashing is a disagreement between the older SDK code...
After discussing with @laurapacilio we've decided to broaden the scope of this PR to be all of the redirects we'll need to merge in conjunction with the v1.3 release, just...
Hi @eddgrant, @sysadmiral! Sorry for the silence here. Versioned docs is definitely something we intend to do. There are some complexities to figure out with how we generate the website...
Thanks for working on this, @joestump! I feel a little conflicted about this, to be honest. The `archive_file` data source was originally added primarily to work around the fact that...