File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ COPY .env .
1616COPY src src
1717
1818# 애플리케이션 빌드
19- RUN gradle build --no-daemon
19+ RUN gradle build --no-daemon -x test
2020
2121# 두 번째 스테이지: 실행 스테이지
2222FROM container-registry.oracle.com/graalvm/jdk:21
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ resource "aws_vpc" "vpc_1" {
2121 enable_dns_hostnames = true
2222
2323 tags = {
24- Name = " ${ var . prefix } -vpc-1 "
24+ Name = " ${ var . prefix } -vpc"
2525 }
2626}
2727
@@ -308,7 +308,7 @@ resource "aws_instance" "ec2_1" {
308308 # 사용할 AMI ID
309309 ami = data. aws_ami . latest_amazon_linux . id
310310 # EC2 인스턴스 유형
311- instance_type = " t3.micro "
311+ instance_type = " t3.small "
312312 # 사용할 서브넷 ID
313313 subnet_id = aws_subnet. subnet_2 . id
314314 # 적용할 보안 그룹 ID
You can’t perform that action at this time.
0 commit comments