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:
101101
102102| Name | Version |
103103| ------| ---------|
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 |
107107
108108## Providers
109109
110110| Name | Version |
111111| ------| ---------|
112- | aws | ~ > 2.0 |
112+ | aws | >= 2.0 |
113113
114114## Inputs
115115
Original file line number Diff line number Diff line change 33
44| Name | Version |
55| ------| ---------|
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 |
99
1010## Providers
1111
1212| Name | Version |
1313| ------| ---------|
14- | aws | ~ > 2.0 |
14+ | aws | >= 2.0 |
1515
1616## Inputs
1717
Original file line number Diff line number Diff line change 11terraform {
2- required_version = " >= 0.12.0, < 0.14.0 "
2+ required_version = " >= 0.12.0"
33
44 required_providers {
5- aws = " ~> 2.0"
6- local = " ~> 1.2"
5+ aws = " >= 2.0"
6+ local = " >= 1.2"
77 }
88}
You can’t perform that action at this time.
0 commit comments