debug
This commit is contained in:
parent
457573e05c
commit
a1ecee6526
@ -24,9 +24,9 @@ ssh_key = local.Command("random",
|
||||
create="env | grep SSH_PUBLIC_KEY | awk -F= '{print $2}'"
|
||||
)
|
||||
|
||||
pulumi.export("sshkey", key.stdout)
|
||||
pulumi.export("sshkey", ssh_key.stdout)
|
||||
|
||||
key_pair = pulumi.aws.ec2.KeyPair("deployer", public_key=ssh_key)
|
||||
key_pair = pulumi.aws.ec2.KeyPair("deployer", public_key=ssh_key.stdout)
|
||||
|
||||
# Create an AWS resource (S3 Bucket)
|
||||
#bucket = s3.Bucket('my-bucket')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user