Skip to content

Commit ae94764

Browse files
renovate[bot]github-actions[bot]goruha
authored
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.13.0 (#170)
* chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.13.0 * Auto-update README.md * Update terraform.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <[email protected]>
1 parent 8ffe164 commit ae94764

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ Here are automated tests for the complete example using [bats](https://github.co
131131

132132
| Name | Source | Version |
133133
|------|--------|---------|
134-
| <a name="module_domain_hostname"></a> [domain\_hostname](#module\_domain\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
135-
| <a name="module_kibana_hostname"></a> [kibana\_hostname](#module\_kibana\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
134+
| <a name="module_domain_hostname"></a> [domain\_hostname](#module\_domain\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.13.0 |
135+
| <a name="module_kibana_hostname"></a> [kibana\_hostname](#module\_kibana\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.13.0 |
136136
| <a name="module_kibana_label"></a> [kibana\_label](#module\_kibana\_label) | cloudposse/label/null | 0.25.0 |
137137
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
138138
| <a name="module_user_label"></a> [user\_label](#module\_user\_label) | cloudposse/label/null | 0.25.0 |

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ data "aws_iam_policy_document" "default" {
170170

171171
module "domain_hostname" {
172172
source = "cloudposse/route53-cluster-hostname/aws"
173-
version = "0.12.3"
173+
version = "0.13.0"
174174

175175
enabled = module.this.enabled && var.domain_hostname_enabled
176176
dns_name = var.elasticsearch_subdomain_name == "" ? module.this.id : var.elasticsearch_subdomain_name
@@ -183,7 +183,7 @@ module "domain_hostname" {
183183

184184
module "kibana_hostname" {
185185
source = "cloudposse/route53-cluster-hostname/aws"
186-
version = "0.12.3"
186+
version = "0.13.0"
187187

188188
enabled = module.this.enabled && var.kibana_hostname_enabled
189189
dns_name = var.kibana_subdomain_name == "" ? module.kibana_label.id : var.kibana_subdomain_name

0 commit comments

Comments
 (0)