We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f42234 commit eea622aCopy full SHA for eea622a
VERSION
@@ -1 +1 @@
1
-0.15.3
+0.15.4
modules/record-set/main.tf
@@ -25,7 +25,7 @@ resource "aws_route53_record" "this" {
25
zone_id = var.zone
26
name = var.name
27
type = var.type
28
- ttl = var.ttl
+ ttl = each.value.alias != null ? null : var.ttl
29
allow_overwrite = var.overwrite
30
31
set_identifier = (var.routing_policy == "SIMPLE"
0 commit comments