Skip to content

Commit

Permalink
chore: Allow Terraform 0.13 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
pselle authored Jul 1, 2020
1 parent de85780 commit 3038453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These features of S3 bucket configurations are supported:

## Terraform versions

Only Terraform 0.12 is supported.
Terraform 0.12 and above are supported.

## Usage

Expand Down Expand Up @@ -84,7 +84,7 @@ module "s3_bucket" {

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

## Providers
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.6"
required_version = ">= 0.12.6, < 0.14"

required_providers {
aws = "~> 2.35"
Expand Down

0 comments on commit 3038453

Please # to comment.