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!