HCL terraform-module

Open-source HCL projects categorized as terraform-module

Top 23 HCL terraform-module Projects

  • terraform-aws-eks

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

  • Project mention: Feat: Made it clear that we stand with Ukraine | news.ycombinator.com | 2023-10-27
  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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.

  • terraform-aws-lambda

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

  • Project mention: Is Terraform Cloud's VCS to GitHub more beneficial than their API-Driven Workflow? An AWS Terraform Lambda Module's Code has me stumped! | /r/Terraform | 2023-11-09
  • terraform-aws-rds

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

  • Project mention: official terraform module aws rds | /r/Terraform | 2023-09-28
  • terraform-aws-iam

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

  • terraform-aws-ec2-instance

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

  • SaaSHub

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

    SaaSHub logo
  • aws-eks-base

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

  • terraform-aws-security-group

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

  • terraform-aws-ecs

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

  • Project mention: Un cΓ³ctel perfecto 🍹 ECS Fargate, Service Connect,Terraform y Github Actions. | dev.to | 2024-02-12

    ECR VPC ECS

  • terraform-aws-atlantis

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

  • terraform-aws-eks-cluster

    Terraform module for provisioning an EKS cluster

  • Project mention: What's everyone's favorite EKS Terraform module these days? | /r/kubernetes | 2023-07-03

    Anyone using eks blueprints or cloudposse's module?

  • terraform-aws-s3-bucket

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

  • terraform-aws-components

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

  • Project mention: How to manage terraform code for large projects? | /r/Terraform | 2023-05-30

    The solution to your problem is to build smaller "root" modules that do one thing well. Here's how we do it: https://github.com/cloudposse/terraform-aws-components/tree/main/modules; we call ours "components". For example, we have hundreds.

  • terraform-aws-alb

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

  • Project mention: I Got Rickrolled by a Terraform Module | news.ycombinator.com | 2023-08-15

    Many people also appreciate this one - https://github.com/terraform-aws-modules/terraform-aws-alb/b...

  • terraform-tuesdays

    Demo files for various Terraform Tuesday Examples

  • 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.

  • 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. β”‚ .

  • 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

  • terraform-aws-autoscaling

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

  • terraform-aws-cloudfront-s3-cdn

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

  • terraform-aws-ecs-web-app

    Terraform module that implements a web app on ECS and supports autoscaling, CI/CD, monitoring, ALB integration, and much more.

  • k3s-oci-cluster

    Deploy a Kubernetes cluster for free, using k3s and Oracle always free resources

  • 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 related posts

  • How to migrate DNS records from CloudFlare to AWS Route53 with Terraform&Terragrunt

    2 projects | dev.to | 26 May 2024
  • Como resolver um "Failed to Download Module" do Terraform / OpenTofu

    1 project | dev.to | 17 May 2024
  • Terragrunt for Multi-Region/Multi-Account Deployments

    3 projects | dev.to | 7 May 2024
  • Despliega una Infraestructura de Red AWS Robusta con Terraform

    2 projects | dev.to | 22 Apr 2024
  • CloudBees CI add-on for Amazon EKS blueprints

    2 projects | dev.to | 4 Apr 2024
  • Un cΓ³ctel perfecto 🍹 ECS Fargate, Service Connect,Terraform y Github Actions.

    6 projects | dev.to | 12 Feb 2024
  • Private github monorepo to store official AWS terraform modules as github submodules

    3 projects | /r/Terraform | 8 Dec 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 Jun 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more β†’

Index


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com