We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd578e6 commit 8a40592Copy full SHA for 8a40592
infra/aws/terraform/ec2.tf
@@ -92,7 +92,7 @@ resource "aws_instance" "ec2_1" {
92
# 사용할 AMI ID
93
ami = data.aws_ami.latest_amazon_linux.id
94
# EC2 인스턴스 유형
95
- instance_type = "t3.micro"
+ instance_type = "t3.small"
96
# 사용할 서브넷 ID
97
subnet_id = aws_subnet.subnet_1.id
98
# 적용할 보안 그룹 ID
infra/aws/terraform/variables.tf
@@ -24,7 +24,7 @@ variable "base_domain" {
24
type = string
25
# 25.09.29 개발 목적으로 설정
26
# 추후 배포용으로 변경 예정
27
- default = "gooraeng.xyz"
+ default = "relife.kr"
28
}
29
30
# fixme: CDN 도메인 변수
0 commit comments