mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-22 19:01:19 -04:00
8 lines
117 B
HCL
8 lines
117 B
HCL
resource "test_resource" "for_output" {
|
|
required = "val"
|
|
}
|
|
|
|
output "object" {
|
|
value = test_resource.for_output
|
|
}
|