File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -125,12 +125,13 @@ Available targets:
125125
126126```
127127<!-- markdownlint-restore -->
128+ <!-- markdownlint-disable -->
128129## Requirements
129130
130131| Name | Version |
131132| ------| ---------|
132133| terraform | >= 0.12.0 |
133- | aws | ~ > 2.0 |
134+ | aws | >= 2.0 |
134135| local | ~ > 1.2 |
135136| null | ~ > 2.0 |
136137| random | ~ > 2.1 |
@@ -140,7 +141,7 @@ Available targets:
140141
141142| Name | Version |
142143| ------| ---------|
143- | aws | ~ > 2.0 |
144+ | aws | >= 2.0 |
144145| random | ~ > 2.1 |
145146
146147## Inputs
@@ -199,6 +200,7 @@ Available targets:
199200| role\_ arn | IAM Role ARN |
200201| role\_ id | IAM Role ID |
201202
203+ <!-- markdownlint-restore -->
202204
203205
204206
Original file line number Diff line number Diff line change 1+ <!-- markdownlint-disable -->
12## Requirements
23
34| Name | Version |
45| ------| ---------|
56| terraform | >= 0.12.0 |
6- | aws | ~ > 2.0 |
7+ | aws | >= 2.0 |
78| local | ~ > 1.2 |
89| null | ~ > 2.0 |
910| random | ~ > 2.1 |
1314
1415| Name | Version |
1516| ------| ---------|
16- | aws | ~ > 2.0 |
17+ | aws | >= 2.0 |
1718| random | ~ > 2.1 |
1819
1920## Inputs
7273| role\_ arn | IAM Role ARN |
7374| role\_ id | IAM Role ID |
7475
76+ <!-- markdownlint-restore -->
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
22 required_version = " >= 0.12.0"
33
44 required_providers {
5- aws = " ~> 2.0"
5+ aws = " >= 2.0"
66 template = " ~> 2.0"
77 local = " ~> 1.2"
88 random = " ~> 2.1"
You can’t perform that action at this time.
0 commit comments