Skip to content

Commit 2fbc499

Browse files
author
lerndevops
authored
Update createInstance.tf
1 parent c9cc755 commit 2fbc499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/aws/createInstance.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resource "aws_instance" "MyFirstInstnace" {
1+
resource "aws_instance" "test" {
22
ami = "ami-05692172625678b4e"
33
instance_type = "t2.micro"
44
}

0 commit comments

Comments
 (0)