mirror of https://github.com/hashicorp/terraform
Merge pull request #4244 from hashicorp/phinze/resource-arity-errmsg
config: friendlier error message on resource arity mismatchpull/4251/head
commit
bf9af17e4f
@ -0,0 +1,5 @@
|
||||
# I forgot the resource name!
|
||||
resource "aws_instance" {
|
||||
ami = "ami-abc123"
|
||||
instance_type = "t2.micro"
|
||||
}
|
||||
Loading…
Reference in new issue