Merge pull request #40 from Hestia-Homes/main

setting name, records and type on validation record
This commit is contained in:
KhalimCK 2023-07-17 11:37:02 +01:00 committed by GitHub
commit 35c1b373f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}