Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aadi-sonwane/terraform40days
Step-by-step guide and hands-on examples to get started with Terraform, covering essential concepts and best practices for cloud infrastructure provisioning.
https://github.com/aadi-sonwane/terraform40days
aws infrastructure-as-code terraform
Last synced: 7 days ago
JSON representation
Step-by-step guide and hands-on examples to get started with Terraform, covering essential concepts and best practices for cloud infrastructure provisioning.
- Host: GitHub
- URL: https://github.com/aadi-sonwane/terraform40days
- Owner: Aadi-Sonwane
- License: mit
- Created: 2025-02-03T18:04:06.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2025-02-03T18:08:16.000Z (8 days ago)
- Last Synced: 2025-02-03T19:24:24.421Z (7 days ago)
- Topics: aws, infrastructure-as-code, terraform
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform40Days
Step-by-step guide and hands-on examples to get started with Terraform, covering essential concepts and best practices for cloud infrastructure provisioning.terraform-learning-package/
├── README.md # Introduction, setup, and core concepts
├── _posts/ # Blog posts and tutorials
│ ├── 2025-02-01-introduction-to-terraform.md
│ └── 2025-02-05-terraform-modules.md
├── main.tf # Main Terraform configuration
├── variables.tf # Variables file
├── outputs.tf # Outputs file
├── provider.tf # Provider configuration
├── versions.tf # Terraform versioning
├── terraform.tfvars # Custom variable values
├── .gitignore # To ignore unnecessary files
└── CONTRIBUTING.md # Guide for contributing to the project