Skip to content

Commit b628d64

Browse files
davidkarlsenostermanactions-bot
authored
support terraform 0.13 for for_each on modules (#52)
Co-authored-by: Erik Osterman <[email protected]> Co-authored-by: actions-bot <[email protected]>
1 parent 8a397a7 commit b628d64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Available targets:
141141

142142
| Name | Version |
143143
|------|---------|
144-
| terraform | ~> 0.12.0 |
144+
| terraform | >= 0.12.0, < 0.14.0 |
145145
| aws | ~> 2.34 |
146146
| local | ~> 1.2 |
147147
| template | ~> 2.0 |

docs/terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Name | Version |
44
|------|---------|
5-
| terraform | ~> 0.12.0 |
5+
| terraform | >= 0.12.0, < 0.14.0 |
66
| aws | ~> 2.34 |
77
| local | ~> 1.2 |
88
| template | ~> 2.0 |

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "~> 0.12.0"
2+
required_version = ">= 0.12.0, < 0.14.0"
33

44
required_providers {
55
aws = "~> 2.34"

0 commit comments

Comments
 (0)