Skip to content

Commit 25652f2

Browse files
renovate[bot]renovate-botcloudpossebotnitrocode
authored
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 (#115)
* chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 * Auto Format * Auto Format Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: nitrocode <[email protected]>
1 parent bdd9e98 commit 25652f2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ Available targets:
180180

181181
| Name | Source | Version |
182182
|------|--------|---------|
183-
| <a name="module_domain_hostname"></a> [domain\_hostname](#module\_domain\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
184-
| <a name="module_kibana_hostname"></a> [kibana\_hostname](#module\_kibana\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
183+
| <a name="module_domain_hostname"></a> [domain\_hostname](#module\_domain\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
184+
| <a name="module_kibana_hostname"></a> [kibana\_hostname](#module\_kibana\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
185185
| <a name="module_kibana_label"></a> [kibana\_label](#module\_kibana\_label) | cloudposse/label/null | 0.25.0 |
186186
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
187187
| <a name="module_user_label"></a> [user\_label](#module\_user\_label) | cloudposse/label/null | 0.25.0 |

docs/terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
| Name | Source | Version |
1919
|------|--------|---------|
20-
| <a name="module_domain_hostname"></a> [domain\_hostname](#module\_domain\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
21-
| <a name="module_kibana_hostname"></a> [kibana\_hostname](#module\_kibana\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
20+
| <a name="module_domain_hostname"></a> [domain\_hostname](#module\_domain\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
21+
| <a name="module_kibana_hostname"></a> [kibana\_hostname](#module\_kibana\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
2222
| <a name="module_kibana_label"></a> [kibana\_label](#module\_kibana\_label) | cloudposse/label/null | 0.25.0 |
2323
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
2424
| <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
@@ -265,7 +265,7 @@ resource "aws_elasticsearch_domain_policy" "default" {
265265

266266
module "domain_hostname" {
267267
source = "cloudposse/route53-cluster-hostname/aws"
268-
version = "0.12.0"
268+
version = "0.12.2"
269269

270270
enabled = module.this.enabled && var.domain_hostname_enabled
271271
dns_name = var.elasticsearch_subdomain_name == "" ? module.this.id : var.elasticsearch_subdomain_name
@@ -278,7 +278,7 @@ module "domain_hostname" {
278278

279279
module "kibana_hostname" {
280280
source = "cloudposse/route53-cluster-hostname/aws"
281-
version = "0.12.0"
281+
version = "0.12.2"
282282

283283
enabled = module.this.enabled && var.kibana_hostname_enabled
284284
dns_name = var.kibana_subdomain_name == "" ? module.kibana_label.id : var.kibana_subdomain_name

0 commit comments

Comments
 (0)