Skip to content

Commit

Permalink
Block TF 0.13.0 as it caused extra problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiddock committed Sep 7, 2020
1 parent ed9dfcd commit 088c494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a

| Name | Version |
|------|---------|
| terraform | >= 0.12.9 |
| terraform | >= 0.12.9, != 0.13.0 |
| aws | >= 2.55.0 |
| kubernetes | >= 1.11.1 |
| local | >= 1.4 |
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.9"
required_version = ">= 0.12.9, != 0.13.0"

required_providers {
aws = ">= 2.55.0"
Expand Down

0 comments on commit 088c494

Please sign in to comment.