From a78c13ed629fa2eddd80e6fc9569c6c835441d5b Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 22 Mar 2023 12:58:21 +0800 Subject: [PATCH] __main__.py: update --- infrastructure/__main__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/__main__.py b/infrastructure/__main__.py index e2d229f2..f7b1f622 100644 --- a/infrastructure/__main__.py +++ b/infrastructure/__main__.py @@ -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)