Skip to content

Commit

Permalink
Bumping tf precommit hook version and updating README.
Browse files Browse the repository at this point in the history
  • Loading branch information
cblkwell committed Sep 9, 2019
1 parent c7284da commit 668fc1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/hashicorp/terraform/issues/22730>). 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.

0 comments on commit 668fc1b

Please sign in to comment.