ecs-cluster

cn-terraform/ecs-cluster/aws

Terraform Module HCL AWS

AWS ECS Cluster Terraform Module

Install

module "ecs-cluster" {
source = "cn-terraform/ecs-cluster/aws"
version = "2.0.1"
}
⭐ Source on GitHub 📦 Registry page

README

AWS ECS Cluster Terraform Module # This Terraform module creates an AWS ECS cluster. ![](https://github.com/cn-terraform/terraform-aws-ecs-cluster/actions?query=workflow%3Aterraform) ![](https://github.com/cn-terraform/terraform-aws-ecs-cluster) ![](https://github.com/cn-terraform/terraform-aws-ecs-cluster) ![](https://github.com/cn-terraform/terraform-aws-ecs-cluster) ![](https://github.com/cn-terraform/terraform-aws-ecs-cluster) ![](https://github.com/cn-terraform/terraform-aws-ecs-cluster) Usage Check valid versions on: Github Releases: Terraform Module Registry: Install pre commit hooks. Pleas run this command right after cloning the repository. ``bash pre-commit install ` For that you may need to install the following tools: Pre-commit Terraform Docs In order to run all checks at any

Inputs (5)

NameTypeDescriptionDefault
namestring(Required) Name of the cluster (up to 255 letters, numbers, hyphens, and undersc required
additional_tagsmap(string)(Optional) Additional tags to add to resources. These will be merged with the de{}
configurationobject({ # The details of (Optional) The execute command configuration for the cluster.null
containerInsightsbool(Optional) Enables container insights if truefalse
service_connect_defaultsobject({ # The ARN of the (Optional) Configures a default Service Connect namespace.null

Outputs (1)

ecs_cluster — Values from the created ECS Cluster.

Resources (1)

aws_ecs_cluster

Details

FrameworkTerraform Module
LanguageHCL
Version2.0.1
Cloud AWS
★ Stars14
Forks8
Total downloads234.5k
Inputs5
Outputs1
Resources1
Examples5
LicenseApache-2.0
Namespacecn-terraform
Updated