The technical requirements are as follows:
- AWS Console
- Git
- GitHub
- Terraform
- Ansible
The following websites provide further information about Terraform:
- Terraform official website for product information: https://terraform.io
- Terraform supported provide details: https://www.terraform.io/docs/providers/
- HashiCorp configuration language details: https://github.com/hashicorp/hcl
- GitHub link for Terraform template for the first project:Â https://raw.githubusercontent.com/yogeshraheja/EffectiveDevOpsTerraform/master/firstproject/ec2.tf
- GitHub link for Terraform template for the second project: https://raw.githubusercontent.com/yogeshraheja/EffectiveDevOpsTerraform/master/secondproject/helloworldec2.tf
- Github link for Terraform template for the third project: https://raw.githubusercontent.com/yogeshraheja/EffectiveDevOpsTerraform/master/thirdproject/helloworldansible...