mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
10 lines
185 B
Terraform
10 lines
185 B
Terraform
|
# 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}"
|
||
|
}
|