Cody Lee Cochran

Results 15 comments of Cody Lee Cochran

## Description Any line starting with pound (#) inside a multi-line code block that does not have blank lines surrounding it, (like a markdown header usually requires), is marked as...

No problem. Thanks for the tool! We use it quite a bit. :-D

Glad to see you guys collaborating on this!

@pxdnbluesoul, I think @Darkbat91 was asking why its needed in two places. To answer that: a host typically only displays everything to the left of the first dot on its...

@pxdnbluesoul, One more thing I would consider before finalizing this is whether or not you plan on doing A/B deployments in the future. It can be rather difficult to rehostname...

> Edit to ask: Would it be reasonable to add CNAMEs to hosts when such testing or deploying is going on and have the above be the canonical name? @pxdnbluesoul,...

I dropped a corresponding issue in the `tflint` project as well: https://github.com/terraform-linters/tflint/issues/1111 Should the maintainers there implement that feature, it should make the inclusion of `tflint` support much simpler on...

I dropped an issue for the `tfenv` maintainers as well to request support for `tflint` version handling in `tfenv`: https://github.com/tfutils/tfenv/issues/256 If you're both willing to add this feature set, might...

Maintaining a mapping in the linux install file was my first thought. This could be automated of course as part of the CI/CD pipeline. With that map, it would make...

@bendrucker, I wrote a little thingy that creates a metadata file in a few different formats: https://gist.github.com/codrcodz/4508473b3bcf3aa5e10ea58791e5ecff#file-metadata_parser-sh Here is some sample output: https://gist.github.com/codrcodz/4508473b3bcf3aa5e10ea58791e5ecff#file-output-txt Let me know if that is something...