mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
setting name, records and type on validation record
This commit is contained in:
parent
b3ec3a5408
commit
b1cc2e3ca4
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ resource "aws_route53_record" "my_validation_record" {
|
||||||
type = dvo.resource_record_type
|
type = dvo.resource_record_type
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
name = each.value.name
|
||||||
|
records = [each.value.record]
|
||||||
|
type = each.value.type
|
||||||
ttl = 60
|
ttl = 60
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue