{"id":19297529,"url":"https://github.com/terraform-linters/tflint-ruleset-google","last_synced_at":"2025-04-05T14:05:50.522Z","repository":{"id":37033968,"uuid":"245765388","full_name":"terraform-linters/tflint-ruleset-google","owner":"terraform-linters","description":"TFLint ruleset for terraform-provider-google","archived":false,"fork":false,"pushed_at":"2025-03-24T21:20:41.000Z","size":743,"stargazers_count":75,"open_issues_count":20,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T13:11:23.582Z","etag":null,"topics":["google-cloud","terraform","tflint","tflint-ruleset"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terraform-linters.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-03-08T06:39:22.000Z","updated_at":"2025-03-24T21:20:45.000Z","dependencies_parsed_at":"2023-11-15T05:35:10.377Z","dependency_job_id":"42c92cb7-3561-4781-8d2b-aac3d326a68a","html_url":"https://github.com/terraform-linters/tflint-ruleset-google","commit_stats":{"total_commits":226,"total_committers":13,"mean_commits":"17.384615384615383","dds":0.4734513274336283,"last_synced_commit":"e7f4af1b2b35896d52d604ea44916cf8cebb545f"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":"terraform-linters/tflint-ruleset-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-linters%2Ftflint-ruleset-google","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-linters%2Ftflint-ruleset-google/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-linters%2Ftflint-ruleset-google/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-linters%2Ftflint-ruleset-google/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terraform-linters","download_url":"https://codeload.github.com/terraform-linters/tflint-ruleset-google/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345852,"owners_count":20924102,"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":["google-cloud","terraform","tflint","tflint-ruleset"],"created_at":"2024-11-09T23:05:14.888Z","updated_at":"2025-04-05T14:05:50.503Z","avatar_url":"https://github.com/terraform-linters.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TFLint Ruleset for terraform-provider-google\n[![Build Status](https://github.com/terraform-linters/tflint-ruleset-google/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/terraform-linters/tflint-ruleset-google/actions)\n[![GitHub release](https://img.shields.io/github/release/terraform-linters/tflint-ruleset-google.svg)](https://github.com/terraform-linters/tflint-ruleset-google/releases/latest)\n[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-blue.svg)](LICENSE)\n\nTFLint ruleset plugin for Terraform Google Cloud Platform provider\n\n## Requirements\n\n- TFLint v0.42+\n- Go v1.24\n\n## Installation\n\nYou can install the plugin by adding a config to `.tflint.hcl` and running `tflint --init`:\n\n```hcl\nplugin \"google\" {\n    enabled = true\n    version = \"0.31.0\"\n    source  = \"github.com/terraform-linters/tflint-ruleset-google\"\n}\n```\n\nFor more configuration about the plugin, see [Plugin Configuration](docs/configuration.md).\n\n## Rules\n\n100+ rules are available. See the [documentation](docs/rules/README.md).\n\n## Building the plugin\n\nClone the repository locally and run the following command:\n\n```\n$ make\n```\n\nYou can easily install the built plugin with the following:\n\n```\n$ make install\n```\n\nNote that if you install the plugin with `make install`, you must omit the `version` and `source` attributes in `.tflint.hcl`:\n\n```hcl\nplugin \"google\" {\n    enabled = true\n}\n```\n\n## Add a new rule\n\nIf you are interested in adding a new rule to this ruleset, you can use the generator. Run the following command:\n\n```\n$ go run ./rules/generator\n```\n\nFollow the instructions to edit the generated files and open a new pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterraform-linters%2Ftflint-ruleset-google","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterraform-linters%2Ftflint-ruleset-google","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterraform-linters%2Ftflint-ruleset-google/lists"}