mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-12 09:01:58 -06:00
10 lines
185 B
HCL
10 lines
185 B
HCL
# These are in a separate file to make sure config merging is working properly
|
|
|
|
output "result_1" {
|
|
value = "${local.result_1}"
|
|
}
|
|
|
|
output "result_3" {
|
|
value = "${local.result_3}"
|
|
}
|