Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Terraform“文件”供应商的 Pulumi 等价物是什么?
具体来说,如何将文件从本地计算机传输到远程 ec2 实例?
根据此 PR,您可以只使用 scp2 库自己传输文件。看来您可以从 Pulumi 调用任何节点库。回想起来似乎很明显,但对我来说并不明显。
更新:你最好使用ssh2库。它维护得更好,还可以处理文件传输。