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
@@ -70,7 +70,7 @@ resource "aws_cloudfront_origin_access_control" "web" {
description = "OAC for cibello-web"
origin_access_control_origin_type = "s3"
signing_behavior = "always"
signing_protocol = "SigV4"
signing_protocol = "sigv4"
}
resource "aws_s3_bucket_policy" "web" {