Skip to content

Commit 1e9a248

Browse files
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.12.0 (#101)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1467738 commit 1e9a248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ resource "aws_elasticsearch_domain_policy" "default" {
262262

263263
module "domain_hostname" {
264264
source = "cloudposse/route53-cluster-hostname/aws"
265-
version = "0.10.0"
265+
version = "0.12.0"
266266

267267
enabled = module.this.enabled && var.domain_hostname_enabled
268268
dns_name = var.elasticsearch_subdomain_name == "" ? module.this.id : var.elasticsearch_subdomain_name
@@ -275,7 +275,7 @@ module "domain_hostname" {
275275

276276
module "kibana_hostname" {
277277
source = "cloudposse/route53-cluster-hostname/aws"
278-
version = "0.10.0"
278+
version = "0.12.0"
279279

280280
enabled = module.this.enabled && var.kibana_hostname_enabled
281281
dns_name = var.kibana_subdomain_name == "" ? module.kibana_label.id : var.kibana_subdomain_name

0 commit comments

Comments
 (0)