sparse-intern-71089
06/26/2023, 7:00 AMlittle-cartoon-10569
06/26/2023, 8:32 AMconfig.require("sshPublicKey")
. You will have to review your source code to learn more.salmon-account-74572
06/26/2023, 3:01 PMpulumi new
), in which case the VM resource requires an SSH public key. As @little-cartoon-10569 indicates, you need to use pulumi config set sshPublicKey <value>
to set the configuration value. You can use ssh-keygen
locally (assuming you are on macOS or Linux or an equivalent OS) to generate an SSH key pair, and then use the public key portion with pulumi config set
. Let us know if you have further questions!No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by