Welcome to the “Learning Terraform” repository! This collection includes various Terraform configurations developed during the process of learning and exploring infrastructure as code. Whether you’re provisioning resources on Azure, AWS, or integrating with GitHub, you’ll find examples and explanations here.
No | Configuration Source | Description |
---|---|---|
1 | Azure | Azure infrastructure examples. |
2 | AWS | AWS infrastructure examples. |
3 | GitHub | GitHub infrastructure examples. |
cd source/aws/source/ec2
).terraform init
to set up the working directory.terraform apply
to create resources.terraform destroy
to remove the created resources.