Skip to content

Commit

Permalink
Fix version clash with other cloudposse repos (#58)
Browse files Browse the repository at this point in the history
* Update versions.tf

* Updated README.md

Co-authored-by: actions-bot <[email protected]>
  • Loading branch information
richardARPANET and actions-bot authored Oct 28, 2020
1 parent 128d9f0 commit faa4e99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ Available targets:
| Name | Version |
|------|---------|
| terraform | >= 0.12.0 |
| aws | >= 3.0 |
| aws | >= 2.0 |
| local | >= 1.2 |
| null | >= 2.0 |

## Providers

| Name | Version |
|------|---------|
| aws | >= 3.0 |
| aws | >= 2.0 |

## Inputs

Expand Down
4 changes: 2 additions & 2 deletions docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
| Name | Version |
|------|---------|
| terraform | >= 0.12.0 |
| aws | >= 3.0 |
| aws | >= 2.0 |
| local | >= 1.2 |
| null | >= 2.0 |

## Providers

| Name | Version |
|------|---------|
| aws | >= 3.0 |
| aws | >= 2.0 |

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.12.0"

required_providers {
aws = ">= 3.0"
aws = ">= 2.0"
local = ">= 1.2"
null = ">= 2.0"
}
Expand Down

0 comments on commit faa4e99

Please sign in to comment.