github.com/adrian-bl/terraform@v0.7.0-rc2.0.20160705220747-de0a34fc3517/config/test-fixtures/resource-arity-mistake.tf (about) 1 # I forgot the resource name! 2 resource "aws_instance" { 3 ami = "ami-abc123" 4 instance_type = "t2.micro" 5 }