Skip to content

Commit

Permalink
Bind to tf12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Brański committed Aug 7, 2020
1 parent a940338 commit 37a4a39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Available targets:

| Name | Version |
|------|---------|
| terraform | >= 0.12.0, < 0.14.0 |
| terraform | ~> 0.12 |
| opsgenie | ~> 0.4 |

## Providers
Expand Down
2 changes: 1 addition & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Name | Version |
|------|---------|
| terraform | >= 0.12.0, < 0.14.0 |
| terraform | ~> 0.12 |
| opsgenie | ~> 0.4 |

## 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.0, < 0.14.0"
required_version = "~> 0.12"

required_providers {
opsgenie = "~> 0.4"
Expand Down

0 comments on commit 37a4a39

Please sign in to comment.