mirror of https://github.com/pulumi/pulumi.git
6 lines
89 B
Puppet
6 lines
89 B
Puppet
![]() |
key = readFile("key.pub")
|
||
|
|
||
|
output result {
|
||
|
__logicalName = "result"
|
||
|
value = key
|
||
|
}
|