hello-world-terraform-aws-provider

Hello World Terraform AWS Provider

📚 A repository to explore and learn Terraform using the AWS Provider, enabling infrastructure as code (IaC) for creating, managing, and scaling AWS resources.


Overview

This repository is designed as a learning resource to:


Features


Getting Started

Follow these steps to set up and use the repository.

Prerequisites

Steps

  1. Clone the Repository:
    git clone https://github.com/GuilhermeStracini/hello-world-terraform-aws.git
    cd hello-world-terraform-aws
    
  2. Initialize Terraform:
    • Initialize the working directory and download the AWS Provider:
      terraform init
      
  3. Preview and Apply the Configuration:
    • Preview the infrastructure changes:
      terraform plan
      
    • Apply the configuration to create resources:
      terraform apply
      
  4. Destroy the Resources (Optional):
    • To clean up and avoid charges:
      terraform destroy
      

Expand your learning with these resources:


Contribution

Contributions are welcome!
If you have suggestions or want to extend this project with additional examples, feel free to fork the repository, open issues, or submit pull requests.


License

This project is licensed under the MIT License.