Erik Osterman (CEO @ Cloud Posse)

Results 248 issues of 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 ![Demo](https://cdn-images-1.medium.com/max/1600/1*forZa8mfCGWYU5PAz-fRQA.gif)

## what * Replace rawgit URLs ## why * Rawgit is shutting down

## what [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40cloudposse)](https://twitter.com/cloudposse) ``` [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40cloudposse)](https://twitter.com/cloudposse) ``` ## why * Promote our Twitter account

enhancement

## 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`...

enhancement

## 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...

T: feature-request
L: terraform
F: language-support