blob: 772f1645f3e831cce2fa164cf9d40c56db6bab02 [file] [log] [blame]
resource "test_resource" "for_output" {
required = "val"
}
output "object" {
value = test_resource.for_output
}