File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -182,9 +182,9 @@ Available targets:
182
182
| ------| --------| ---------|
183
183
| <a name =" module_domain_hostname " ></a > [ domain\_ hostname] ( #module\_ domain\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
184
184
| <a name =" module_kibana_hostname " ></a > [ kibana\_ hostname] ( #module\_ kibana\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
185
- | <a name =" module_kibana_label " ></a > [ kibana\_ label] ( #module\_ kibana\_ label ) | cloudposse/label/null | 0.24.1 |
185
+ | <a name =" module_kibana_label " ></a > [ kibana\_ label] ( #module\_ kibana\_ label ) | cloudposse/label/null | 0.25.0 |
186
186
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
187
- | <a name =" module_user_label " ></a > [ user\_ label] ( #module\_ user\_ label ) | cloudposse/label/null | 0.24.1 |
187
+ | <a name =" module_user_label " ></a > [ user\_ label] ( #module\_ user\_ label ) | cloudposse/label/null | 0.25.0 |
188
188
189
189
## Resources
190
190
Original file line number Diff line number Diff line change 19
19
| ------| --------| ---------|
20
20
| <a name =" module_domain_hostname " ></a > [ domain\_ hostname] ( #module\_ domain\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
21
21
| <a name =" module_kibana_hostname " ></a > [ kibana\_ hostname] ( #module\_ kibana\_ hostname ) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
22
- | <a name =" module_kibana_label " ></a > [ kibana\_ label] ( #module\_ kibana\_ label ) | cloudposse/label/null | 0.24.1 |
22
+ | <a name =" module_kibana_label " ></a > [ kibana\_ label] ( #module\_ kibana\_ label ) | cloudposse/label/null | 0.25.0 |
23
23
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
24
- | <a name =" module_user_label " ></a > [ user\_ label] ( #module\_ user\_ label ) | cloudposse/label/null | 0.24.1 |
24
+ | <a name =" module_user_label " ></a > [ user\_ label] ( #module\_ user\_ label ) | cloudposse/label/null | 0.25.0 |
25
25
26
26
## Resources
27
27
Original file line number Diff line number Diff line change 1
1
module "user_label" {
2
2
source = " cloudposse/label/null"
3
- version = " 0.24.1 "
3
+ version = " 0.25.0 "
4
4
5
5
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.24.1 "
12
+ version = " 0.25.0 "
13
13
14
14
attributes = [" kibana" ]
15
15
You can’t perform that action at this time.
0 commit comments