Erik Osterman (CEO @ Cloud Posse)
Erik Osterman (CEO @ Cloud Posse)
## what * Add these instructions: https://github.com/cloudposse/terraform-aws-tfstate-backend/issues/14#issuecomment-471413744 ## why * Users are pinning to `master` b/c that's what our examples show * This is a bad practice that we don't...
## what Create a gif that prompts user to star a repo 
## what * Replace rawgit URLs ## why * Rawgit is shutting down
## what [](https://twitter.com/cloudposse) ``` [](https://twitter.com/cloudposse) ``` ## why * Promote our Twitter account
## what * Add `help/%` target ## why * Easily filter help by prefix. ## use-case Show all help for docker targets. ``` make help/docker ```
## what * Use new `required` function to enforce required fields exist ## why * Make it easier to use ## references * https://github.com/hairyhenderson/gomplate/pull/392
## what * Semvers have a strict format (e.g. `0.0.0.0` is invalid, but `0.0.0-rc1.0` is valid) * Our semver target should error if invalid semver is calculated ## why *...
## what * Add an image call out to the GA beacon ## why * So it's easier for us to identify popular repos based on views of `README.md`
## what * Support `AWS_DATA_PATH` for the default path to the AWS configs (with perhaps the current fallback of `HOME`) * Support `AWS_CONFIG_FILE` for the path to the standard `config`...
## what * Dependabot will not look recursively through directories in repo for `.tf` code * Want submodules to get updates ## why * In terraform, it's valid to nest...