File tree 4 files changed +13
-9
lines changed
4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -146,19 +146,20 @@ Available targets:
146
146
147
147
```
148
148
<!-- markdownlint-restore -->
149
+ <!-- markdownlint-disable -->
149
150
## Requirements
150
151
151
152
| Name | Version |
152
153
| ------| ---------|
153
154
| terraform | >= 0.12.0 |
154
- | aws | ~ > 2.0 |
155
- | null | ~ > 2.0 |
155
+ | aws | >= 2.0 |
156
+ | null | >= 2.0 |
156
157
157
158
## Providers
158
159
159
160
| Name | Version |
160
161
| ------| ---------|
161
- | aws | ~ > 2.0 |
162
+ | aws | >= 2.0 |
162
163
163
164
## Inputs
164
165
@@ -216,6 +217,7 @@ Available targets:
216
217
| port | Redis port |
217
218
| security\_ group\_ id | Security group ID |
218
219
220
+ <!-- markdownlint-restore -->
219
221
220
222
221
223
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
6
| terraform | >= 0.12.0 |
6
- | aws | ~ > 2.0 |
7
- | null | ~ > 2.0 |
7
+ | aws | >= 2.0 |
8
+ | null | >= 2.0 |
8
9
9
10
## Providers
10
11
11
12
| Name | Version |
12
13
| ------| ---------|
13
- | aws | ~ > 2.0 |
14
+ | aws | >= 2.0 |
14
15
15
16
## Inputs
16
17
68
69
| port | Redis port |
69
70
| security\_ group\_ id | Security group ID |
70
71
72
+ <!-- markdownlint-restore -->
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ resource "aws_cloudwatch_metric_alarm" "cache_memory" {
171
171
}
172
172
173
173
module "dns" {
174
- source = " git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.5 .0"
174
+ source = " git::https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.6 .0"
175
175
enabled = var. enabled && var. zone_id != " " ? true : false
176
176
name = var. dns_subdomain != " " ? var. dns_subdomain : var. name
177
177
ttl = 60
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_version = " >= 0.12.0"
3
3
4
4
required_providers {
5
- aws = " ~> 2.0"
6
- null = " ~> 2.0"
5
+ aws = " >= 2.0"
6
+ null = " >= 2.0"
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments