File tree Expand file tree Collapse file tree 3 files changed +18
-14
lines changed Expand file tree Collapse file tree 3 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -108,20 +108,21 @@ Available targets:
108
108
109
109
```
110
110
<!-- markdownlint-restore -->
111
+ <!-- markdownlint-disable -->
111
112
## Requirements
112
113
113
114
| Name | Version |
114
115
| ------| ---------|
115
- | terraform | >= 0.12.0, < 0.14.0 |
116
- | aws | ~ > 2.0 |
117
- | local | ~ > 1.2 |
118
- | null | ~ > 2.0 |
116
+ | terraform | >= 0.12.0 |
117
+ | aws | >= 2.0 |
118
+ | local | >= 1.2 |
119
+ | null | >= 2.0 |
119
120
120
121
## Providers
121
122
122
123
| Name | Version |
123
124
| ------| ---------|
124
- | aws | ~ > 2.0 |
125
+ | aws | >= 2.0 |
125
126
126
127
## Inputs
127
128
@@ -145,6 +146,7 @@ Available targets:
145
146
| domain\_ validation\_ options | CNAME records that are added to the DNS zone to complete certificate validation |
146
147
| id | The ID of the certificate |
147
148
149
+ <!-- markdownlint-restore -->
148
150
149
151
150
152
Original file line number Diff line number Diff line change
1
+ <!-- markdownlint-disable -->
1
2
## Requirements
2
3
3
4
| Name | Version |
4
5
| ------| ---------|
5
- | terraform | >= 0.12.0, < 0.14.0 |
6
- | aws | ~ > 2.0 |
7
- | local | ~ > 1.2 |
8
- | null | ~ > 2.0 |
6
+ | terraform | >= 0.12.0 |
7
+ | aws | >= 2.0 |
8
+ | local | >= 1.2 |
9
+ | null | >= 2.0 |
9
10
10
11
## Providers
11
12
12
13
| Name | Version |
13
14
| ------| ---------|
14
- | aws | ~ > 2.0 |
15
+ | aws | >= 2.0 |
15
16
16
17
## Inputs
17
18
35
36
| domain\_ validation\_ options | CNAME records that are added to the DNS zone to complete certificate validation |
36
37
| id | The ID of the certificate |
37
38
39
+ <!-- markdownlint-restore -->
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"
7
- null = " ~> 2.0"
5
+ aws = " >= 2.0"
6
+ local = " >= 1.2"
7
+ null = " >= 2.0"
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments