terraform/config/testdata/resource-no-name.tf.json

12 lines
182 B
JSON

{
"resource" : {
"aws_security_group" : {
"allow_external_http_https" : {
"tags" : {
"Name" : "allow_external_http_https"
}
}
}
}
}