Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (33 loc) · 547 Bytes

File metadata and controls

37 lines (33 loc) · 547 Bytes

Pulumi Setup

Amazon Linux 2

Install Pulumi:

curl -fsSL https://get.pulumi.com | sh -s -- --version 2.25.2
source ~/.bashrc

Install Node.js:

curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
sudo yum install -y nodejs

Install Git:

sudo yum install -y git

Install Pulumi plugins:

pulumi plugin install

macOS

Install Pulumi:

curl -fsSL https://get.pulumi.com | sh -s -- --version 2.25.2

Install Node.js:

brew install node@14

Install Pulumi plugins:

pulumi plugin install