File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : [
3
+ " config:base" ,
4
+ " :preserveSemverRanges"
5
+ ],
6
+ "labels" : [" auto-update" ],
7
+ "enabledManagers" : [" terraform" ],
8
+ "terraform" : {
9
+ "ignorePaths" : [" **/context.tf" , " examples/**" ]
10
+ }
11
+ }
12
+
Original file line number Diff line number Diff line change 1
1
module "user_label" {
2
2
source = " cloudposse/label/null"
3
- version = " 0.19.2 "
3
+ version = " 0.22.0 "
4
4
5
5
attributes = compact (concat (module. this . attributes , [" user" ]))
6
6
@@ -9,7 +9,7 @@ module "user_label" {
9
9
10
10
module "kibana_label" {
11
11
source = " cloudposse/label/null"
12
- version = " 0.19.2 "
12
+ version = " 0.22.0 "
13
13
14
14
attributes = compact (concat (module. this . attributes , [" kibana" ]))
15
15
@@ -262,7 +262,7 @@ resource "aws_elasticsearch_domain_policy" "default" {
262
262
263
263
module "domain_hostname" {
264
264
source = " cloudposse/route53-cluster-hostname/aws"
265
- version = " 0.7 .0"
265
+ version = " 0.8 .0"
266
266
267
267
enabled = module. this . enabled && var. domain_hostname_enabled
268
268
dns_name = var. elasticsearch_subdomain_name == " " ? module. this . id : var. elasticsearch_subdomain_name
@@ -275,7 +275,7 @@ module "domain_hostname" {
275
275
276
276
module "kibana_hostname" {
277
277
source = " cloudposse/route53-cluster-hostname/aws"
278
- version = " 0.7 .0"
278
+ version = " 0.8 .0"
279
279
280
280
enabled = module. this . enabled && var. kibana_hostname_enabled
281
281
dns_name = var. kibana_subdomain_name == " " ? module. kibana_label . id : var. kibana_subdomain_name
You can’t perform that action at this time.
0 commit comments