Joey Piccola
Joey Piccola
@devblackops Thanks for the help, much appreciated. > but it doesn't matter as those tasks have already been loaded into psake and their attributes are already set So what is...
Using the following `.terraform-docs.yml` I can achieve what I want when manually calling `terraform-docs` outside of CI. Works great. ```yml # .terraform-docs.yml formatter: "markdown" output: file: "readme.md" mode: inject recursive:...
I had this issue too. My Tautulli also runs in docker that sits behind nginx (also in docker). When I set `TAUTULLI_HOST` to my nginx reverse proxy I get `Expecting...
@OJFord Good catch on `tfenv install`, I hadn't used that command before. For my purposes in my CI\CD process if a user supplied `latest` I will simply run `tfenv install...