opentofu/config/testdata/resource-no-name.tf.json
2019-06-30 10:16:15 +02:00

12 lines
182 B
JSON

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