
Modules - Terraform Registry
Modules are self-contained packages of Terraform configurations that are managed as a group. terraform-aws-modules / iam Terraform module to create AWS IAM resources 🇺🇦
AWS EKS Terraform module
2025年1月17日 · Terraform module to create Amazon Elastic Kubernetes (EKS) resources 🇺🇦 Published January 17, 2025 by terraform-aws-modules Module managed by antonbabenko
Terraform Registry
Copy and paste into your Terraform configuration, insert the variables, and run terraform init: module "kubernetes-engine" { source = "terraform-google-modules/kubernetes-engine/google" …
AWS OpenSearch Terraform module
AWS OpenSearch Terraform module. Terraform module which creates AWS OpenSearch resources. Usage. See examples directory for working examples to reference:
Terraform Registry
This is the list of resources that the module may create. The module can create zero or more of each of these resources depending on the count value. The count value is determined at runtime. The goal of this page is to present the types of resources that may be created.
Modules - Terraform Registry
Modules are self-contained packages of Terraform configurations that are managed as a group. terraform-aws-modules / iam Terraform module to create AWS IAM resources 🇺🇦
terraform-aws-modules/lambda/aws - Terraform Registry
Terraform module, which creates Lambda alias as well as AWS CodeDeploy resources required to deploy. This Terraform module is the part of serverless.tf framework , which aims to simplify all operations when working with the serverless in Terraform.
Atlantis on AWS Fargate Terraform Module
Atlantis on AWS Fargate Terraform Module. Atlantis is tool which provides unified workflow for collaborating on Terraform through GitHub, GitLab and Bitbucket Cloud. Before using Atlantis and the code in this repository, please make sure that you have read and understood the security implications described in the official Atlantis documentation ...
terraform-aws-modules/lambda/aws | Terraform Registry
Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
Amazon ECS Cluster Terraform Module
Amazon ECS Cluster Terraform Module. Terraform module which creates Amazon ECS (Elastic Container Service) cluster resources on AWS. Available Features. ECS cluster; Fargate capacity providers; EC2 AutoScaling Group capacity providers; ECS Service w/ task definition, task set, and container definition support; For more details see the design ...