{"id":19508862,"url":"https://github.com/rhythmictech/terraform-terraform-tags","last_synced_at":"2025-04-26T03:31:47.843Z","repository":{"id":36134502,"uuid":"221725712","full_name":"rhythmictech/terraform-terraform-tags","owner":"rhythmictech","description":"Tag the world","archived":false,"fork":false,"pushed_at":"2022-04-04T17:27:26.000Z","size":22,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T07:11:20.309Z","etag":null,"topics":["tagging","terraform","terraform-module","terraform-modules"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/rhythmictech/tags/terraform","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/rhythmictech.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-11-14T15:11:52.000Z","updated_at":"2023-03-12T06:18:26.000Z","dependencies_parsed_at":"2022-08-08T13:16:36.092Z","dependency_job_id":null,"html_url":"https://github.com/rhythmictech/terraform-terraform-tags","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-terraform-tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-terraform-tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-terraform-tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-terraform-tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhythmictech","download_url":"https://codeload.github.com/rhythmictech/terraform-terraform-tags/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250926815,"owners_count":21509041,"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":["tagging","terraform","terraform-module","terraform-modules"],"created_at":"2024-11-10T23:10:08.140Z","updated_at":"2025-04-26T03:31:47.575Z","avatar_url":"https://github.com/rhythmictech.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-terraform-tags\n[![](https://github.com/rhythmictech/terraform-terraform-tags/workflows/pre-commit-check/badge.svg)](https://github.com/rhythmictech/terraform-terraform-tags/actions)  \u003ca href=\"https://twitter.com/intent/follow?screen_name=RhythmicTech\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/RhythmicTech?style=social\u0026logo=RhythmicTech\" alt=\"follow on Twitter\"\u003e\u003c/a\u003e\n\nA handy dandy module to ensure consistent tagging policies across your Terraform world.\n\nExample:\n\n```hcl\nmodule \"tags\" {\n  source  = \"rhythmictech/tags/terraform\"\n  version = \"1.0.0\"\n\n  names = [\"example\", \"prod\", \"frontend\"]\n\n  tags = {\n    \"Env\"       = \"prod\",\n    \"Namespace\" = \"frontend\",\n    \"Owner\"     = \"Frontend Engineering Team\"\n  }\n}\n```\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| terraform | \u003e= 0.12.19 |\n\n## Providers\n\nNo provider.\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| enforce\\_case | Type casing to enforce. Options are: [ None (default) \\| UPPER \\| lower ] | `string` | `\"None\"` | no |\n| name\\_seperator | Seperator to seperate names in name (default '-') | `string` | `\"-\"` | no |\n| names | Namespaces in descending level of specificity, eg ['marge', 'kubernetes', 'prod', 'eus1'] | `list(string)` | \u003cpre\u003e[\u003cbr\u003e  \"default\"\u003cbr\u003e]\u003c/pre\u003e | no |\n| tags | Additional tags. Overwrite module-generated tags | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| name | Moniker to be applied to resources |\n| name32 | first 32 chars of string name |\n| name6 | first 6 chars of string name |\n| namenosymbols | name with symbols removed |\n| tags | Tags as a map (includes a `Name` tag) |\n| tags\\_as\\_list\\_of\\_maps | Tags as a list of maps, to make things like tagging ECS simple (includes a `Name` tag) |\n| tags\\_no\\_name | Tags as a map (excludes Name key) |\n\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fterraform-terraform-tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhythmictech%2Fterraform-terraform-tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fterraform-terraform-tags/lists"}