Cookies is a project inspired by python cookiecutter but used for terraform generation.
How to run your terraform
After you download your terraform unzip the folder. You then need to go into the main folder:
cd <terraform>/mainAfter that you can run terraform init. This step will ask you for your aws keys:
terraform init --var-file=../terraform.tfvarsAnd finally terraform plan to see what resources will be created
terraform plan --var-file=../terraform.tfvarsOnce it all looks good you can run terraform apply to create your infra!
terraform apply --var-file=../terraform.tfvarsHow to deploy your container app
- Instructions coming soon
How to deploy your web app
- instructions coming soon
How to deploy your lambda app
- instructions coming soon