Skip to content

Commit 078937c

Browse files
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.0 (#104)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 52208ff commit 078937c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ resource "aws_security_group_rule" "egress" {
161161

162162
module "dns_host_name" {
163163
source = "cloudposse/route53-cluster-hostname/aws"
164-
version = "0.11.0"
164+
version = "0.12.0"
165165
enabled = length(var.dns_zone_id) > 0 && module.this.enabled
166166
dns_name = var.host_name
167167
zone_id = var.dns_zone_id

0 commit comments

Comments
 (0)