mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #40 from Hestia-Homes/main
setting name, records and type on validation record
This commit is contained in:
commit
35c1b373f1
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