File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ Available targets:
101
101
102
102
| Name | Version |
103
103
| ------| ---------|
104
- | terraform | >= 0.12.0, < 0.14.0 |
105
- | aws | ~ > 2.0 |
106
- | local | ~ > 1.2 |
104
+ | terraform | >= 0.12.0 |
105
+ | aws | >= 2.0 |
106
+ | local | >= 1.2 |
107
107
108
108
## Providers
109
109
110
110
| Name | Version |
111
111
| ------| ---------|
112
- | aws | ~ > 2.0 |
112
+ | aws | >= 2.0 |
113
113
114
114
## Inputs
115
115
Original file line number Diff line number Diff line change 3
3
4
4
| Name | Version |
5
5
| ------| ---------|
6
- | terraform | >= 0.12.0, < 0.14.0 |
7
- | aws | ~ > 2.0 |
8
- | local | ~ > 1.2 |
6
+ | terraform | >= 0.12.0 |
7
+ | aws | >= 2.0 |
8
+ | local | >= 1.2 |
9
9
10
10
## Providers
11
11
12
12
| Name | Version |
13
13
| ------| ---------|
14
- | aws | ~ > 2.0 |
14
+ | aws | >= 2.0 |
15
15
16
16
## Inputs
17
17
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 0.12.0, < 0.14.0 "
2
+ required_version = " >= 0.12.0"
3
3
4
4
required_providers {
5
- aws = " ~> 2.0"
6
- local = " ~> 1.2"
5
+ aws = " >= 2.0"
6
+ local = " >= 1.2"
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments