{"id":13786690,"url":"https://github.com/thazelart/terraform-validator","last_synced_at":"2025-05-11T22:32:09.545Z","repository":{"id":49523515,"uuid":"189213434","full_name":"thazelart/terraform-validator","owner":"thazelart","description":"A norms and conventions validator for Terraform","archived":true,"fork":false,"pushed_at":"2022-03-06T09:13:28.000Z","size":3996,"stargazers_count":79,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-18T23:12:57.101Z","etag":null,"topics":["code-quality","continuous-delivery","continuous-integration","continuous-testing","conventions","hcl","hcl2","norms","terraform","validator"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thazelart.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}},"created_at":"2019-05-29T11:37:15.000Z","updated_at":"2024-04-05T13:33:48.000Z","dependencies_parsed_at":"2022-09-03T23:50:44.846Z","dependency_job_id":null,"html_url":"https://github.com/thazelart/terraform-validator","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thazelart%2Fterraform-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thazelart%2Fterraform-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thazelart%2Fterraform-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thazelart%2Fterraform-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thazelart","download_url":"https://codeload.github.com/thazelart/terraform-validator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213845574,"owners_count":15646795,"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":["code-quality","continuous-delivery","continuous-integration","continuous-testing","conventions","hcl","hcl2","norms","terraform","validator"],"created_at":"2024-08-03T19:01:28.572Z","updated_at":"2024-08-03T19:06:35.731Z","avatar_url":"https://github.com/thazelart.png","language":"Go","funding_links":[],"categories":["Validation","Utility","Go","验证","校验库`用于校验的库`","校验库"],"sub_categories":["HTTP Clients","Fail injection","实用程序/Miscellaneous","查询语","Utility/Miscellaneous"],"readme":":warning: **This repository is not maintained anymore. Sorry for the inconvenience**.\n\n\n[![Terraform-Validator](docs/source/_static/terraform-validator.svg)](https://thazelart.github.io/terraform-validator/)\n\n[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go#validation) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gojp/goreportcard/blob/master/LICENSE)    \n[![Documentation Status](https://readthedocs.org/projects/terraform-validator/badge/?version=latest)](https://terraform-validator.readthedocs.io/en/latest/?badge=latest) [![GoDoc](https://godoc.org/github.com/thazelart/terraform-validator?status.svg)](https://godoc.org/github.com/thazelart/terraform-validator)      \n[![Build Status](https://travis-ci.com/thazelart/terraform-validator.svg?branch=main)](https://travis-ci.com/thazelart/terraform-validator) [![CodeCov](https://codecov.io/gh/thazelart/terraform-validator/branch/main/graph/badge.svg)](https://codecov.io/gh/thazelart/terraform-validator) [![Go Report Card](https://goreportcard.com/badge/github.com/thazelart/terraform-validator)](https://goreportcard.com/report/github.com/thazelart/terraform-validator)      \n[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/thazelart/terraform-validator.svg)](https://hub.docker.com/r/thazelart/terraform-validator) [![Docker Pulls](https://img.shields.io/docker/pulls/thazelart/terraform-validator)](https://hub.docker.com/r/thazelart/terraform-validator)                 \n\nThis tool will help you ensure that a terraform folder answer to your norms and conventions rules. This can be really useful in several cases :\n* You're a team that want to have a clean and maintainable code.\n* You're a lonely developer that develop a lot of modules and you want to have a certain consistency between them.               \n\n**Features:**         \n * [x] make sure that the block names match a certain pattern.\n * [x] make sure that the code is properly dispatched. To do this you can decide what type of block can contain each file (for example output blocks must be in `outputs.tf`).\n * [x] ensure that mandatory `.tf` files are present.\n * [x] ensure that the terraform version has been defined.\n * [x] ensure that the providers' version has been defined.\n * [x] make sure that the variables and/or outputs blocks have the description argument filled in.\n * [x] layered terraform folders (test recursively).\n\n:warning: **Terraform 0.12+ is supported only by the versions 2.0.0 and higher**.\n\n## Documentation\nPlease find the full documentation [here (ReadTheDocs)](https://terraform-validator.readthedocs.io).\n\n## Authors\n[Thibault Hazelart](https://github.com/thazelart)                   \nLogo by [Alexis Normand](https://github.com/alexis-n)\n\n## License\n[Apache 2.0](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthazelart%2Fterraform-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthazelart%2Fterraform-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthazelart%2Fterraform-validator/lists"}