A collection of cloud architecture diagrams and the corresponding IaC templates.
- Ensure your working environment has configured with the cloud provider and IaC provider you're going to use, e.g. AWS and Terraform
- In vars.tf, the variable public_key is a placeholder. Remember to create a pair of public & private keys and use your own public key.
- In diagrams/, select an architecture diagram you plan to use, e.g. aws-scalable-wordpress-terraform.drawio.png
- Use the file name to find the corresponding directory, e.g. aws-scalable-wordpress-terraform/
- Check vars.tf and confirm the variables are desired.
- Run the template, which will call the dependencies automatically.