mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +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
|
||||
}
|
||||
}
|
||||
|
||||
name = each.value.name
|
||||
records = [each.value.record]
|
||||
type = each.value.type
|
||||
ttl = 60
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue