route table 추가 환경변경

This commit is contained in:
2023-01-13 02:55:31 +09:00
parent e9c35f55b5
commit d3f56ecc0c
20 changed files with 274 additions and 201 deletions

View File

@ -70,8 +70,8 @@ resource "aws_route53_record" "www" {
type = "A"
alias {
name = "k8s-22shopekscluster-42f56c4a0b-158144463.ap-northeast-2.elb.amazonaws.com"
zone_id = "ZWKZPGTI48KDX"
name = "k8s-22shopekscluster-42f56c4a0b-271383680.ap-northeast-2.elb.amazonaws.com"
zone_id = "ZWKZPGTI48KDX" //rt53이아니고 로드밸런서 호스팅영역
evaluate_target_health = true
}
}