Martin Atkins
Martin Atkins
Thanks for reporting this, @acdha! Unfortunately the error message you included has a code snippet that doesn't match the source code you shared. I assume that's because you've modified whatever...
Thanks, @acdha! Using the configuration you shared I reproduced exactly the behavior you observed, without any modifications. (The fact that this is visible using `terraform validate` means that a functioning...
Agreed that it seems risky to assume that all output from the plugin ought to be naively wrapped by the client. Do you think we could instead send some metadata...
Indeed, the intention here is to try to provide the following information: - Overview of what a heredoc template is and what it's useful for. - What a heredoc template...
We do normally put warnings into yellow callout boxes to make them more obviously distinct from regular content. I don't remember why I didn't do that here, but I'd guess...
I was able to find more information on the MDX components and it seems like the one we'd want here is called "inline alert", which is part of [the family...
Thanks for this feedback, @rvdouderaa! Earlier iterations of the `terraform test` experiment did have some JUnit XML support, but we found two challenges along the way: 1. The JUnit XML...
Thanks for that extra context, @rvdouderaa! If you're able to do so, it would help to see an example of exactly what JUnit XML `tfsec` and `tflint` are creating for...
Thanks for sharing those, @rvdouderaa. It seems that both of these tools have made the decision that the file containing the problem should be treated as the "test class name"...
Hi all, Today's alpha release of Terraform CLI includes an early experimental option to generate JUnit XML output. For those who are interested in seeing this move forward, it would...