Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kelsonbatista/terraform-hcl-aws

Terraform Hashicorp Configuration Language (HCL) AWS
https://github.com/kelsonbatista/terraform-hcl-aws

aws azure google-cloud hashicorp hashicorp-terraform hcl terraform terraform-aws terraform-modules terraform-provider

Last synced: about 2 months ago
JSON representation

Terraform Hashicorp Configuration Language (HCL) AWS

Awesome Lists containing this project

README

        

# Terraform

## HCL - HashiCorp Configuration Language

HCL is a configuration language created by HashiCorp. It is used in many of their products, including Terraform, for writing **configuration files to automate infrastructure such as AWS, Azure, Google Cloud, and more.**

---

## List of subjects covered on these exercises
- Providers
- Resources
- Variables
- Outputs
- State
- Import
- Move resources
- Count
- For Each
- Locals
- Dymanic Blocks
- Modules
- Workspaces
- Validations

---

## Project
- **Network**: Base where all the resources are created
- **Frontend**: Auto scaling instances where the application is deployed
- **Backend**: API Rest running with API Gateways and Lambdas
- **Database**: Base where the data is stored