infra: fix oac signing protocol and route53 record output
This commit is contained in:
@@ -42,6 +42,6 @@ output "ses_verification_record" {
|
||||
description = "SES domain verification TXT record"
|
||||
value = {
|
||||
name = aws_route53_record.ses_verification.name
|
||||
value = aws_route53_record.ses_verification.records[0]
|
||||
value = tolist(aws_route53_record.ses_verification.records)[0]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user