Skip to content

Commit

Permalink
Set hashicorp/kubernetes lower bound to 1.0 (cloudposse#109)
Browse files Browse the repository at this point in the history
* chore: set hashicorp/kubernetes lower bound to 1.0

* Auto Format

* bump to trigger actions

Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
  • Loading branch information
johncblandii and cloudpossebot committed Mar 17, 2021
1 parent 68be560 commit 1513d1b
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 @@ -336,7 +336,7 @@ Available targets:
|------|---------|
| terraform | >= 0.13.0 |
| aws | >= 2.0 |
| kubernetes | >= 2.0 |
| kubernetes | >= 1.0 |
| local | >= 1.3 |
| null | >= 2.0 |
| template | >= 2.0 |
Expand All @@ -346,7 +346,7 @@ Available targets:
| Name | Version |
|------|---------|
| aws | >= 2.0 |
| kubernetes | >= 2.0 |
| kubernetes | >= 1.0 |
| null | >= 2.0 |

## Modules
Expand Down
4 changes: 2 additions & 2 deletions docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
|------|---------|
| terraform | >= 0.13.0 |
| aws | >= 2.0 |
| kubernetes | >= 2.0 |
| kubernetes | >= 1.0 |
| local | >= 1.3 |
| null | >= 2.0 |
| template | >= 2.0 |
Expand All @@ -15,7 +15,7 @@
| Name | Version |
|------|---------|
| aws | >= 2.0 |
| kubernetes | >= 2.0 |
| kubernetes | >= 1.0 |
| null | >= 2.0 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.0"
version = ">= 1.0"
}
}
}

0 comments on commit 1513d1b

Please sign in to comment.