{"id":20901576,"url":"https://github.com/willfarrell/terraform-logs-module","last_synced_at":"2025-12-25T13:20:12.810Z","repository":{"id":45010345,"uuid":"140856676","full_name":"willfarrell/terraform-logs-module","owner":"willfarrell","description":"Terraform module: Create bucket for dumping logs","archived":false,"fork":false,"pushed_at":"2024-09-29T19:02:37.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T13:27:11.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willfarrell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-07-13T14:27:09.000Z","updated_at":"2024-09-29T19:02:40.000Z","dependencies_parsed_at":"2024-11-18T11:40:11.173Z","dependency_job_id":null,"html_url":"https://github.com/willfarrell/terraform-logs-module","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fterraform-logs-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fterraform-logs-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fterraform-logs-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfarrell%2Fterraform-logs-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willfarrell","download_url":"https://codeload.github.com/willfarrell/terraform-logs-module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243292834,"owners_count":20268126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-18T11:36:05.948Z","updated_at":"2025-12-25T13:20:12.768Z","avatar_url":"https://github.com/willfarrell.png","language":"HCL","readme":"# S3 Logs\nBucket for logs with lifecycle archiving\n\n## Use\n```hcl-terraform\nmodule \"logs\" {\n  source   = \"git@github.com:willfarrell/terraform-logs-module?ref=v0.5.2\"\n  name     = \"${local.workspace[\"name\"]}-${terraform.workspace}-edge\"\n  providers = {\n    aws = aws.edge\n  }\n  #kms_key_id = \"${}\" # Not possible as of 2018-07-15\n  tags     = \"merge(local.tags, map(\n    \"Name\", \"Edge Logs\",\n    \"CostCenter\", \"Operations\"\n  ))\n}\nmodule \"logs\" {\n  source   = \"git@github.com:willfarrell/terraform-s3-logs-module?ref=v0.3.0\"\n  name     = \"${local.workspace[\"name\"]}-${terraform.workspace}-${local.workspace[\"region\"]}\"\n  #kms_key_id = \"${}\" # Not possible as of 2018-07-15\n  tags     = \"merge(local.tags, map(\n    \"Name\", \"${local.workspace[\"region\"]} Logs\",\n    \"CostCenter\", \"Operations\"\n  ))\n}\nresource \"aws_s3_bucket\" \"bucket_name\" {\n  ...\n  logging {\n    target_bucket = modules.logs.id\n    target_prefix = \"S3/bucket_name/\"\n  }\n  ...\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfarrell%2Fterraform-logs-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillfarrell%2Fterraform-logs-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfarrell%2Fterraform-logs-module/lists"}