github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/read-file-func-pp/read-file-func.pp (about)

     1  key = readFile("key.pub")
     2  
     3  output result {
     4      __logicalName = "result"
     5      value = key
     6  }