mirror of https://github.com/pulumi/pulumi.git
6 lines
125 B
Puppet
6 lines
125 B
Puppet
![]() |
allKeys = invoke("splat:index:getSshKeys", {})
|
||
|
|
||
|
resource "main" "splat:index:Server" {
|
||
|
sshKeys = allKeys.sshKeys[*].name
|
||
|
}
|