8 lines
117 B
HCL
8 lines
117 B
HCL
resource "test_resource" "for_output" {
|
|
required = "val"
|
|
}
|
|
|
|
output "object" {
|
|
value = test_resource.for_output
|
|
}
|