Files
opentf/terraform/testdata/graph-modules/consul/main.tf
2019-06-30 10:16:15 +02:00

4 lines
76 B
HCL

resource "aws_instance" "server" {}
output "security_group" { value = "" }