infra: fix oac signing protocol and route53 record output

This commit is contained in:
Sven (AAMOS AI)
2026-08-11 21:37:10 +07:00
parent e62e63739e
commit 562b9ab6fc
11 changed files with 1588 additions and 2 deletions
+1 -1
View File
@@ -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]
}
}