__main__.py: update

This commit is contained in:
Haitao Pan 2023-03-22 12:58:21 +08:00
parent bf909493c9
commit a78c13ed62

View File

@ -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)