kubeform.dev/terraform-backend-sdk@v0.0.0-20220310143633-45f07fe731c5/terraform/testdata/apply-local-val/outputs.tf (about)

     1  # These are in a separate file to make sure config merging is working properly
     2  
     3  output "result_1" {
     4    value = "${local.result_1}"
     5  }
     6  
     7  output "result_3" {
     8    value = "${local.result_3}"
     9  }