Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithmuh/terraform-training
Terraform Hands On Guide
https://github.com/codewithmuh/terraform-training
terraform
Last synced: 3 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T01:01:20.000Z (5 months ago)
- Last Synced: 2024-10-22T05:16:48.264Z (4 months 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 GuideTerraform
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.htmlThen 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.gitNext, 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 applyTo destroy you can use command.
terraform destroyHelping Links:
https://www.codewithmuh.com/blog/getting-started-with-terraform-deploying-your-first-aws-infrastructure-using-terraformhttps://youtu.be/bUmGc8Sd3Cw?si=Et9dwZaVQX88x904