Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kelsonbatista/terraform-hcl-aws
- Owner: kelsonbatista
- Created: 2023-03-18T15:22:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T05:27:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T06:51:30.017Z (3 months ago)
- Topics: aws, azure, google-cloud, hashicorp, hashicorp-terraform, hcl, terraform, terraform-aws, terraform-modules, terraform-provider
- Language: HCL
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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