Martin Atkins

Results 1242 comments of Martin Atkins

Hi @stevehipwell! Thanks for sharing those. I'm familiar with the behavior you're describing for `kubernetes_manifest`, but I'm not familiar with the situation you're describing about `aws_eks_cluster` having data become unknown...

IAM policy documents are a particularly tricky case because it ends up folding a bunch of separate identifiers into a single string, which must therefore end up being unknown if...

Thanks @stevehipwell. For the purpose of the framing of _this_ issue the answer in that case would be for `count` to accept the value being unknown rather than returning an...

To be clear, I'm not saying that both aren't valid improvements to make, just that I don't want this issue to grow into an overly generalized "everything that's wrong with...

Something came up recently that caused me to do a bit more "thought experimenting" specifically about the provider configuration part of this problem, and so I'm leaving this comment here...

Hi @bleachbyte! I'm afraid I'm not really sure how what you are describing is related to what this issue is about or to what #4149 was proposing. I've not recently...

Yes, there has been considerable progress on this issue. It's under active development.

Oh hmm yes this is an unfortunate case where Terraform had _not quite enough_ information to return a useful error message. :confounded: * `jsondecode` would normally fail if given a...

Hi @theipster! Thanks for opening this issue. Based on what you've described, I think what you are commenting on here is the fact that HCP Terraform doesn't perform the "apply"...

Hi @johakoch! Looking in your fork, I see that you've implemented it only for the native syntax, in package `hclsyntax`. For this to be merged upstream it would need to...