opentofu/command/testdata/refresh-output/main.tf
2019-06-30 10:16:15 +02:00

8 lines
102 B
HCL

resource "test_instance" "foo" {
ami = "bar"
}
output "endpoint" {
value = "foo.example.com"
}