Skip to content

Commit

Permalink
feat: Updated version requirements to support Terraform 0.13 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Jun 24, 2020
1 parent 8799422 commit 594e1a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,10 +1,10 @@
repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.27.0
rev: v1.31.0
hooks:
- id: terraform_fmt
- id: terraform_docs
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v3.1.0
hooks:
- id: check-merge-conflict
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -161,7 +161,7 @@ No issue is creating limit on this module.

| Name | Version |
|------|---------|
| terraform | ~> 0.12.6 |
| terraform | >= 0.12.6, < 0.14 |
| aws | ~> 2.42 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 0.12.6"
required_version = ">= 0.12.6, < 0.14"

required_providers {
aws = "~> 2.42"
Expand Down

0 comments on commit 594e1a8

Please sign in to comment.