HCL terraform-module

Open-source HCL projects categorized as terraform-module

Top 23 HCL terraform-module Projects

terraform-module
  1. terraform-aws-eks

    Terraform module to create Amazon Elastic Kubernetes (EKS) resources πŸ‡ΊπŸ‡¦

    Project mention: From Zero to EKS and Hybrid-Nodes β€” Part 2: The EKS and Hybrid Nodes configuration. | dev.to | 2025-04-11

    Cluster creation is straightforward. We’ll use the state file from the VPC creation to retrieve outputs, and we’ll create the cluster using the terraform-aws-modules/eks/aws module.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. terraform-aws-vpc

    Terraform module to create AWS VPC resources πŸ‡ΊπŸ‡¦

    Project mention: Terragrunt for Multi-Region/Multi-Account Deployments | dev.to | 2024-05-07

    In the terraform block we have to specify a path to a Terraform module. For example, in this case, we use the VPC module from the terraform-aws-modules open source project. We don't necessarily need to rely on other people's code, we can use modules maintained by ourselves by providing a link to a remote Git repository, or we can even have it point to a local path on our drive.

  4. terraform-aws-secure-baseline

    Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations and AWS Foundational Security Best Practices.

  5. terraform-aws-lambda

    Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations πŸ‡ΊπŸ‡¦

  6. terraform-aws-rds

    Terraform module to create AWS RDS resources πŸ‡ΊπŸ‡¦

  7. terraform-aws-iam

    Terraform module to create AWS IAM resources πŸ‡ΊπŸ‡¦

  8. terraform-aws-ec2-instance

    Terraform module to create AWS EC2 instance(s) resources πŸ‡ΊπŸ‡¦

    Project mention: GitHub Actions Self-Hosted Runner Setup Guide for Ubuntu | dev.to | 2024-10-23

    You can use Terraform IaC code to spin-up an EC2 instance. Refer the Terraform EC2 Module Guide for the reference.

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. aws-eks-base

    This boilerplate contains terraform configurations for the rapid deployment of a Kubernetes cluster, supporting services, and the underlying infrastructure in AWS.

  11. terraform-aws-ecs

    Terraform module to create AWS ECS resources πŸ‡ΊπŸ‡¦

  12. terraform-aws-security-group

    Terraform module to create AWS Security Group resources πŸ‡ΊπŸ‡¦

  13. terraform-aws-s3-bucket

    Terraform module to create AWS S3 resources πŸ‡ΊπŸ‡¦

  14. terraform-aws-eks-cluster

    Terraform module for provisioning an EKS cluster

  15. terraform-aws-atlantis

    Terraform module to deploy Atlantis on AWS Fargate πŸ‡ΊπŸ‡¦

  16. terraform-aws-components

    Opinionated, self-contained Terraform root modules that each solve one, specific problem

  17. terraform-aws-alb

    Terraform module to create AWS Application/Network Load Balancer (ALB/NLB) resources πŸ‡ΊπŸ‡¦

  18. terraform-tuesdays

    Demo files for various Terraform Tuesday Examples

  19. terraform-aws-tfstate-backend

    Terraform module that provision an S3 bucket to store the `terraform.tfstate` file and a DynamoDB table to lock the state file to prevent concurrent modifications and state corruption.

  20. terraform-aws-rds-aurora

    Terraform module to create AWS RDS Aurora resources πŸ‡ΊπŸ‡¦

    Project mention: Como resolver um "Failed to Download Module" do Terraform / OpenTofu | dev.to | 2024-05-17

    Initializing the backend... Initializing modules... Downloading registry.opentofu.org/terraform-aws-modules/rds-aurora/aws 9.3.1 for global.aurora.xxx_rds_aurora... β•· β”‚ Error: Failed to download module β”‚ β”‚ on global/aurora/aurora.tf line 1: β”‚ 1: module "xxx_rds_aurora" { β”‚ β”‚ Could not download module "xxx_rds_aurora" (global/aurora/aurora.tf:1) source code from "git::https://github.com/terraform-aws-modules/terraform-aws-rds-aurora?ref=v9.3.1": error downloading β”‚ 'https://github.com/terraform-aws-modules/terraform-aws-rds-aurora?ref=v9.3.1': /opt/homebrew/bin/git exited with 128: Cloning into '.terraform/modules/global.aurora.xxx_rds_aurora'... β”‚ ssh: Could not resolve hostname github.comterraform-aws-modules: nodename nor servname provided, or not known β”‚ fatal: Could not read from remote repository. β”‚ β”‚ Please make sure you have the correct access rights β”‚ and the repository exists. β”‚ .

  21. terraform-aws-ecs-container-definition

    Terraform module to generate well-formed JSON documents (container definitions) that are passed to the aws_ecs_task_definition Terraform resource

  22. terraform-aws-eks-blueprints-addons

    Terraform module which provisions addons on Amazon EKS clusters

    Project mention: Simplify AWS resource access with EKS Pod Identity Agent and Python SDK | dev.to | 2024-10-07

    EKS addons GitHub repository

  23. terraform-aws-autoscaling

    Terraform module to create AWS Auto Scaling resources πŸ‡ΊπŸ‡¦

  24. terraform-aws-cloudfront-s3-cdn

    Terraform module to easily provision CloudFront CDN backed by an S3 origin

  25. terraform-databricks-examples

    Examples of using Terraform to deploy Databricks resources

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

HCL terraform-module discussion

Log in or Post with

HCL terraform-module related posts

  • From Zero to EKS and Hybrid-Nodes β€” Part 2: The EKS and Hybrid Nodes configuration.

    2 projects | dev.to | 11 Apr 2025
  • AWS and Docker Hub Limits: Smart Strategies for April 2025 Changes

    2 projects | dev.to | 19 Mar 2025
  • Troubleshooting Self Managed Node Groups in Terraform EKS

    1 project | dev.to | 3 Mar 2025
  • AWS CodePipeline + EKS Action: The Easiest Way to Deploy Containers Yet!

    3 projects | dev.to | 24 Feb 2025
  • EKS Auto Mode Unlocked for Existing Clusters with Terraform

    3 projects | dev.to | 12 Dec 2024
  • EKS Auto Mode Arrives in Terraform – Simplify Kubernetes Today

    3 projects | dev.to | 5 Dec 2024
  • Optimiza tu cluster EKS con Karpenter

    2 projects | dev.to | 11 Sep 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 25 Apr 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that HCL is
the 21st most popular programming language
based on number of references?