From 668fc1b8b63bc701ea52933a64d15e0bbcd031a3 Mon Sep 17 00:00:00 2001 From: Chastity Blackwell Date: Mon, 9 Sep 2019 10:05:33 -0700 Subject: [PATCH] Bumping tf precommit hook version and updating README. --- .pre-commit-config.yaml | 2 +- README.md | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3624c97..5e17f67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: markdownlint - repo: git://github.com/antonbabenko/pre-commit-terraform - rev: v1.17.0 + rev: v1.18.0 hooks: - id: terraform_docs - id: terraform_fmt diff --git a/README.md b/README.md index ade644f..6af7164 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,8 @@ ### 1.15.0 to 2.0.0 -v2.0.0 of this module is built against Terraform v0.12. However, this -introduces a bug that prevents the creation of an ECS service with this -module prior to creation of the cluster which it is going to run on (see -). To work around -this, create the cluster first, and then add the call to this module once -the cluster exists. - +v2.0.0 of this module is built against Terraform v0.12. In addition to +requiring this upgrade, the v1.15.0 version of the module took the name +of the ECS cluster as a parameter; v2.0.0 takes the actual object of the +ECS cluster as a parameter instead. You will need to update previous +instances of this module with the altered parameter.