mirror of https://github.com/hashicorp/terraform
parent
3041920d37
commit
b6626eed57
@ -0,0 +1,5 @@
|
||||
# I forgot the resource name!
|
||||
resource "aws_instance" {
|
||||
ami = "ami-abc123"
|
||||
instance_type = "t2.micro"
|
||||
}
|
||||
Loading…
Reference in new issue