Skip to content

Commit d6a8099

Browse files
authored
create main.tf
trial terrafrom with jenkins
1 parent 1b9f920 commit d6a8099

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

spring-backend/main.tf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
provider "aws"{
2+
region = "ap-northeast-2"
3+
}
4+
resources "aws_instance" "web-website"{
5+
instance_Type = t2.medium
6+
instanceVolume = 8
7+
ami =" "
8+
tags{
9+
Name = "jenkinsTrials"
10+
11+
}
12+
13+
}
14+

0 commit comments

Comments
 (0)