{"id":45436830,"url":"https://github.com/carlosrodlop/terraform-lib","last_synced_at":"2026-02-22T03:13:55.767Z","repository":{"id":134770759,"uuid":"584816872","full_name":"carlosrodlop/terraform-lib","owner":"carlosrodlop","description":"It contains terraform modules and roots deployments for Kubernetes cluster in different Cloud providers","archived":false,"fork":false,"pushed_at":"2023-11-10T13:11:52.000Z","size":4317,"stargazers_count":2,"open_issues_count":3,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2023-11-10T14:57:52.975Z","etag":null,"topics":["aws","eks","gcp","gke","iac","kuberntes","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carlosrodlop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2023-01-03T15:36:37.000Z","updated_at":"2023-07-20T08:23:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"5cc61e94-ee43-43bc-aa89-b5d41c80c57a","html_url":"https://github.com/carlosrodlop/terraform-lib","commit_stats":null,"previous_names":[],"tags_count":12,"template":null,"template_full_name":null,"purl":"pkg:github/carlosrodlop/terraform-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosrodlop%2Fterraform-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosrodlop%2Fterraform-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosrodlop%2Fterraform-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosrodlop%2Fterraform-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carlosrodlop","download_url":"https://codeload.github.com/carlosrodlop/terraform-lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosrodlop%2Fterraform-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29704410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"online","status_checked_at":"2026-02-22T02:00:08.193Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","eks","gcp","gke","iac","kuberntes","terraform"],"created_at":"2026-02-22T03:13:55.157Z","updated_at":"2026-02-22T03:13:55.762Z","avatar_url":"https://github.com/carlosrodlop.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Library\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"terraform-icon\" src=\"https://icons-for-free.com/iconfiles/png/512/Terraform-1329545833434920628.png\" height=\"160\" /\u003e\n  \u003cp align=\"center\"\u003eWelcome to my Terraform Library, a storage place for my assets related to my journey around Terraform and Iac for the Cloud.\u003c/p\u003e\n\u003c/p\u003e\n\n---\n\n![GitHub Latest Release)](https://img.shields.io/github/v/release/carlosrodlop/terraform-lib?logo=github) ![GitHub Issues](https://img.shields.io/github/issues/carlosrodlop/terraform-lib?logo=github) [![gitleaks badge](https://img.shields.io/badge/protected%20by-gitleaks-blue)](https://github.com/zricethezav/gitleaks#pre-commit) [![gitsecrets](https://img.shields.io/badge/protected%20by-gitsecrets-blue)](https://github.com/awslabs/git-secrets) [![terraform_checkov](https://img.shields.io/badge/protected%20by-checkov-blue)](https://github.com/bridgecrewio/checkov) [![terraform docs](https://img.shields.io/badge/docs%20by-terraformdocs-blue)](https://github.com/terraform-docs/terraform-docs/) [![mdLinkChecker](https://github.com/carlosrodlop/terraform-lib/actions/workflows/mdLinkChecker.yml/badge.svg)](https://github.com/carlosrodlop/terraform-lib/actions/workflows/mdLinkChecker.yml)\n\n| [Documentation](https://github.com/carlosrodlop/carlosrodlop-docs/tree/main/hashicorp) | [References](https://github.com/carlosrodlop/carlosrodlop-docs#terraform) |\n| -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |\n\n## About\n\n- It contains deployments and configuration for Kubernetes Cluster and companion infrastructure for different Cloud providers.\n\n## Usage\n\n- Terraform operations use makefile inside every cloud provider (e.g. `aws`) to give you examples of the most common operation command set. There are targets for the most common scenarios: init (with backend), plan/apply and destroy but also a general action target to run any terraform command.\n  - Copy `.env.example` to `.env` to customize the environment variables. Although, some variables can be passed as arguments to target in the make command (`ROOT` for example).\n- Values Customization:\n  - Variables: Copy `shared.tfvars.example` to `shared.tfvars` inside the cloud/provider/env folder. Then, copy `.auto.tfvars.example` to `.auto.tfvars` inside the root folders. Customize files with your values. It relies on Variables inheritance. See [Terraform - Variable Precedence - Learning-Ocean](https://learning-ocean.com/tutorials/terraform/terraform-variable-precedence)\n  - Backend:\n    1. Apply the Root `state-bucket` creates a remote backend\n    2. Copy `backend.tf.example` to `backend.tf` in every Root to use the backend created in the previous step.\n- It uses submodules. For example, the Helm provider uses the values from the [Kubernetes library](https://github.com/carlosrodlop/K8s-lib). Helm provider is separated from the creation of the K8s cluster [Stacking with managed Kubernetes cluster resources](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs#stacking-with-managed-kubernetes-cluster-resources)\n  - ⚠️ IMPORTANT - It requires `git submodule update --init --recursive`\n- Dev Container approach: `make run` using images from [docker-lib](https://github.com/carlosrodlop/docker-lib)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosrodlop%2Fterraform-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlosrodlop%2Fterraform-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosrodlop%2Fterraform-lib/lists"}