ecs
HENNGE/ecs/aws
Terraform module which creates ECS (EC2 and Fargate) and related resources (autoscaling, cron fargate, etc.) on AWS
AWS Elastic Container Service (ECS) Terraform module Terraform module which creates ECS resources on AWS. These types of resources are supported: ECS Cluster ECS Service ECS Task Definition ECS Autoscaling The root module (this) only creates ecs_cluster, to create other resources, please instantiate the submodules. Terraform versions Supports only Terraform ~> 0.12. Requires Terraform AWS Provider version >=5.85.0. Usage ``hcl module "ecs_cluster" { source = "HENNGE/ecs/aws" version = "1.0.0" name = "${local.prefix}-cluster" } ` Examples See examples folder for usage guide. Versioning This module uses Semver. x.y.z x shall change when there's major language or breaking feature change (e.g. 0.11 to 0.12 which drastically change the language) y shall change when there's feature addition whic
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | Cluster name. | required |
| enable_container_insights | bool | Enable container insights. | false |
| container_insights_enhanced | bool | Use container insights with enhanced observability. | false |
| execute_command_configuration | any | Map with execute command configuration. [Terraform Docs](https://registry.terraf | null |
| tags | map(string) | Key-value mapping of resource tags. | {} |
| capacity_providers | list(string) | List of short names or full Amazon Resource Names (ARNs) of one or more capacity | null |
| default_capacity_provider_strategy | list(any) | The capacity provider strategy to use by default for the cluster. Can be one or | [] |
| settings | list(any) | List of maps with cluster settings. For example, this can be used to enable Clou | [] |
arn — ARN of the generated clustername — Name of the ClusterAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,