__main__.py: update
This commit is contained in:
parent
bf909493c9
commit
a78c13ed62
@ -21,9 +21,8 @@ from pulumi_command import local
|
||||
|
||||
ssh_key = local.Command(
|
||||
"random",
|
||||
create="printenv SSH_PUBLIC_KEY'
|
||||
create="printenv SSH_PUBLIC_KEY"
|
||||
)
|
||||
|
||||
pulumi.export("sshkey", ssh_key)
|
||||
pulumi.export("sshkey", ssh_key.stdout)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user