Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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