mirror of https://github.com/hashicorp/terraform
terraform test: run block names should be valid HCL identifiers (#34469)
* terraform test: run block names should be valid HCL identifiers * fix testpull/34569/head
parent
6114ec4390
commit
3a75362cce
@ -0,0 +1,8 @@
|
||||
|
||||
resource "aws_instance" "web" {
|
||||
ami = "ami-1234"
|
||||
security_groups = [
|
||||
"foo",
|
||||
"bar",
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,2 @@
|
||||
|
||||
run "contains spaces" {}
|
||||
Loading…
Reference in new issue