https://github.com/codewithmuh/terraform-training
Terraform Hands On Guide
https://github.com/codewithmuh/terraform-training
terraform
Last synced: 11 months ago
JSON representation
Terraform Hands On Guide
- Host: GitHub
- URL: https://github.com/codewithmuh/terraform-training
- Owner: codewithmuh
- License: mit
- Created: 2024-09-09T23:39:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T01:01:20.000Z (over 1 year ago)
- Last Synced: 2024-10-22T05:16:48.264Z (over 1 year ago)
- Topics: terraform
- Language: HCL
- Homepage: https://www.codewithmuh.com/blog/getting-started-with-terraform-deploying-your-first-aws-infrastructure-using-terraform
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-training
Terraform Hands On Guide
Terraform
First You have to Make sure aws cli and terraform is installed.
To Install AWS CLI ( Watch the recording to get installation easier)
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
Then You have to configure AWS CLI (watch recordings)
aws configure
(You will need to create iam user, then access keys)
Then you have to Take the fork of my GitHub Repo:
https://github.com/codewithmuh/terraform-training.git
Next, You have to clone your Fork Github Repo.
Then you to create infra on aws by creating resources like ec2.
terraform init
terraform plan
terraform validate
terraform apply
To destroy you can use command.
terraform destroy
Helping Links:
https://www.codewithmuh.com/blog/getting-started-with-terraform-deploying-your-first-aws-infrastructure-using-terraform
https://youtu.be/bUmGc8Sd3Cw?si=Et9dwZaVQX88x904