We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a8099 commit 1e00a58Copy full SHA for 1e00a58
1 file changed
spring-backend/main.tf
@@ -4,7 +4,7 @@ provider "aws"{
4
resources "aws_instance" "web-website"{
5
instance_Type = t2.medium
6
instanceVolume = 8
7
- ami =" "
+ ami ="ami-0dc44556af6f78a7b "
8
tags{
9
Name = "jenkinsTrials"
10
0 commit comments