A CLI tool for provisoning and managing cloud resoruces with Pulumi Automation
pip install .
We're using AWS S3 as our backend. The state bucket and KMS key are secret and are stored in a flat file in the root of the repo.
Create .env
with the following structure:
STATE_BUCKET=
KMS_KEY=
cprov - show help
- Create VPC
- Stand up EKS cluster
- Create application
- Create DNS record for application