Stretch

Results 4 comments of Stretch

Resolves issue https://github.com/terraform-community-modules/tf_aws_ecs/pull/54 This is the minimum required for this module to work with v0.12

Circle CI will fail until the `hashicorp/terraform` image is changed to use the `0.12.5` tag ... It's currently on `0.10.1`

A work around I've used (in the case of just needing to run `terraform validate` in CI for testing), is to have a file containing the provider, eg: ``` #...

As a workaround, I've specified the `jekyll_src` and `build_dir`. This causes the action to look for the config file in `.//_config.yml` rather than the working directory, so I've added a...