This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
pulumi
mirror of
https://github.com/pulumi/pulumi.git
Watch
0
Star
0
Fork
You've already forked pulumi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
pulumi
/
tests
/
testdata
/
codegen
/
read-file-func-pp
/
python
/
read-file-func.py
5 lines
94 B
Python
Raw
Permalink
Blame
History
import
pulumi
key
=
(
lambda
path
:
open
(
path
)
.
read
(
)
)
(
"
key.pub
"
)
pulumi
.
export
(
"
result
"
,
key
)
Reference in New Issue
View Git Blame
Copy Permalink