opentofu/internal/tofu/testdata/apply-local-val/outputs.tf
2023-09-20 15:16:53 +03:00

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}"
}