Skip to content

Commit 1e00a58

Browse files
authored
Update main.tf
1 parent d6a8099 commit 1e00a58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spring-backend/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ provider "aws"{
44
resources "aws_instance" "web-website"{
55
instance_Type = t2.medium
66
instanceVolume = 8
7-
ami =" "
7+
ami ="ami-0dc44556af6f78a7b "
88
tags{
99
Name = "jenkinsTrials"
1010

0 commit comments

Comments
 (0)