We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cc755 commit 2fbc499Copy full SHA for 2fbc499
terraform/aws/createInstance.tf
@@ -1,4 +1,4 @@
1
-resource "aws_instance" "MyFirstInstnace" {
+resource "aws_instance" "test" {
2
ami = "ami-05692172625678b4e"
3
instance_type = "t2.micro"
4
}
0 commit comments