{"id":48183303,"url":"https://github.com/kabisa/terraform-aws-eks-cloudwatch","last_synced_at":"2026-04-04T17:46:47.017Z","repository":{"id":38242652,"uuid":"299560400","full_name":"kabisa/terraform-aws-eks-cloudwatch","owner":"kabisa","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-11T17:29:58.000Z","size":72,"stargazers_count":3,"open_issues_count":8,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-03-11T22:38:05.662Z","etag":null,"topics":["aws","cloudwatch","eks","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kabisa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-29T08:58:31.000Z","updated_at":"2024-03-01T07:54:20.000Z","dependencies_parsed_at":"2023-10-05T02:49:44.626Z","dependency_job_id":"49e99472-9ea2-4b88-8aac-53fc6708fa45","html_url":"https://github.com/kabisa/terraform-aws-eks-cloudwatch","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/kabisa/terraform-aws-eks-cloudwatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabisa%2Fterraform-aws-eks-cloudwatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabisa%2Fterraform-aws-eks-cloudwatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabisa%2Fterraform-aws-eks-cloudwatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabisa%2Fterraform-aws-eks-cloudwatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kabisa","download_url":"https://codeload.github.com/kabisa/terraform-aws-eks-cloudwatch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kabisa%2Fterraform-aws-eks-cloudwatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cloudwatch","eks","terraform"],"created_at":"2026-04-04T17:46:46.910Z","updated_at":"2026-04-04T17:46:46.991Z","avatar_url":"https://github.com/kabisa.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-eks-cloudwatch\n\nThis module requires our [openid connect module](https://github.com/kabisa/terraform-aws-eks-openid-connect)\n\nExample usage:\n\n```hcl-terraform\nmodule \"eks-cloudwatch\" {\n  source                  = \"git@github.com:kabisa/terraform-aws-eks-cloudwatch.git?ref=4.0\"\n  depends_on              = [module.eks, module.eks_openid_connect]\n  account_id              = var.account_id\n  eks_cluster_name        = var.eks_cluster_name\n  enable_cloudwatch_agent = true\n  enable_fluentbit        = false\n  oidc_host_path          = local.oidc_host_path\n  region                  = var.region\n}\n```\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.13 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 3.5.0 |\n| \u003ca name=\"requirement_kubectl\"\u003e\u003c/a\u003e [kubectl](#requirement\\_kubectl) | \u003e= 1.7.0 |\n| \u003ca name=\"requirement_kubernetes\"\u003e\u003c/a\u003e [kubernetes](#requirement\\_kubernetes) | \u003e= 1.13 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 3.5.0 |\n| \u003ca name=\"provider_helm\"\u003e\u003c/a\u003e [helm](#provider\\_helm) | n/a |\n| \u003ca name=\"provider_kubernetes\"\u003e\u003c/a\u003e [kubernetes](#provider\\_kubernetes) | \u003e= 1.13 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_cloudwatch_log_group.cloudwatch-application](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource |\n| [aws_cloudwatch_log_group.cloudwatch-dataplane](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource |\n| [aws_cloudwatch_log_group.cloudwatch-host](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource |\n| [aws_cloudwatch_log_group.cloudwatch-performance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource |\n| [aws_cloudwatch_log_group.fluentbit](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource |\n| [aws_iam_policy.cloudwatch-agent](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) | resource |\n| [aws_iam_policy.fluentbit](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) | resource |\n| [aws_iam_role.cloudwatch-agent](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |\n| [aws_iam_role.fluentbit](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |\n| [aws_iam_role_policy_attachment.cloudwatch-agent](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |\n| [aws_iam_role_policy_attachment.fluentbit](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |\n| [helm_release.cloudwatch-agent](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |\n| [helm_release.fluentbit](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |\n| [kubernetes_config_map.cluster-info](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/config_map) | resource |\n| [kubernetes_namespace.amazon-cloudwatch](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/namespace) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_account_id\"\u003e\u003c/a\u003e [account\\_id](#input\\_account\\_id) | The AWS account ID | `string` | n/a | yes |\n| \u003ca name=\"input_eks_cluster_name\"\u003e\u003c/a\u003e [eks\\_cluster\\_name](#input\\_eks\\_cluster\\_name) | Name of the EKS cluster | `string` | n/a | yes |\n| \u003ca name=\"input_enable_cloudwatch_agent\"\u003e\u003c/a\u003e [enable\\_cloudwatch\\_agent](#input\\_enable\\_cloudwatch\\_agent) | Boolean to enable cloudwatch agent | `bool` | n/a | yes |\n| \u003ca name=\"input_enable_fluentbit\"\u003e\u003c/a\u003e [enable\\_fluentbit](#input\\_enable\\_fluentbit) | Boolean to enable fluentbit | `bool` | n/a | yes |\n| \u003ca name=\"input_fluentbit_full_log\"\u003e\u003c/a\u003e [fluentbit\\_full\\_log](#input\\_fluentbit\\_full\\_log) | Boolean to output full pod/container logs + kubernetes metadata or just the message | `bool` | n/a | yes |\n| \u003ca name=\"input_log_preserve_legacy_log_group\"\u003e\u003c/a\u003e [log\\_preserve\\_legacy\\_log\\_group](#input\\_log\\_preserve\\_legacy\\_log\\_group) | When true, preserves the legacy log group. Mainly useful to transition to the new log group format | `bool` | `true` | no |\n| \u003ca name=\"input_log_retention_in_days\"\u003e\u003c/a\u003e [log\\_retention\\_in\\_days](#input\\_log\\_retention\\_in\\_days) | Number of days to retain log events | `number` | `90` | no |\n| \u003ca name=\"input_oidc_host_path\"\u003e\u003c/a\u003e [oidc\\_host\\_path](#input\\_oidc\\_host\\_path) | n/a | `string` | n/a | yes |\n| \u003ca name=\"input_region\"\u003e\u003c/a\u003e [region](#input\\_region) | The AWS region to deploy to | `string` | n/a | yes |\n\n## Outputs\n\nNo outputs.\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkabisa%2Fterraform-aws-eks-cloudwatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkabisa%2Fterraform-aws-eks-cloudwatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkabisa%2Fterraform-aws-eks-cloudwatch/lists"}