fargate-logs
AckeeCZ/fargate-logs/aws
Terraform module for setting up EKS Fargate logging to AWS Cloudwatch
Terraform AWS Fargate logging to CloudWatch In case you'd like to log from your Fargate pods directly to CloudWatch, use this module. It's an implementation of this article https://docs.aws.amazon.com/eks/latest/userguide/fargate-logging.html This setup is used for JSON logs, in case your application does not logging in JSON, adjust the parsers.conf file. Before you do anything in this module Install pre-commit hooks by running following commands: ``shell script brew install pre-commit terraform-docs pre-commit install ` Terragrunt snippet In case you would like to use the module in Terragrunt setup, don't forget to initialize with correct providers: ``hcl setup local variables, this part is omitted ... ... dependency "eks" { config_path = "../eks/" # eks module from git::git@github.com:te
| Name | Type | Description | Default |
|---|---|---|---|
| project | string | Project name, e.g. customer-portal, used for cloudwatch entities names | required |
| fargate_role_name | string | Role name assigned to fargate pod runtime, used here to enable access to CloudWa | required |
| region | string | AWS region where EKS is running | required |
Azure 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,