{"id":13485232,"url":"https://github.com/hashivim/vim-terraform","last_synced_at":"2025-05-14T17:05:17.236Z","repository":{"id":24431068,"uuid":"27832582","full_name":"hashivim/vim-terraform","owner":"hashivim","description":"basic vim/terraform integration","archived":false,"fork":false,"pushed_at":"2025-01-20T08:05:19.000Z","size":389,"stargazers_count":1098,"open_issues_count":4,"forks_count":108,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-13T13:56:02.543Z","etag":null,"topics":["hashivim","hcl","indentation","terraform","vim","vim-terraform"],"latest_commit_sha":null,"homepage":"http://hashivim.github.io/vim-terraform","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hashivim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2014-12-10T18:06:36.000Z","updated_at":"2025-04-12T17:29:23.000Z","dependencies_parsed_at":"2025-01-18T16:05:45.004Z","dependency_job_id":"f65e06aa-5ea9-473a-9135-1e77d6783cad","html_url":"https://github.com/hashivim/vim-terraform","commit_stats":{"total_commits":233,"total_committers":49,"mean_commits":4.755102040816326,"dds":0.721030042918455,"last_synced_commit":"24de93afb05078bac6a2e966402cc1f672277708"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashivim%2Fvim-terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashivim%2Fvim-terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashivim%2Fvim-terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashivim%2Fvim-terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashivim","download_url":"https://codeload.github.com/hashivim/vim-terraform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254190397,"owners_count":22029632,"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":["hashivim","hcl","indentation","terraform","vim","vim-terraform"],"created_at":"2024-07-31T17:01:52.361Z","updated_at":"2025-05-14T17:05:17.208Z","avatar_url":"https://github.com/hashivim.png","language":"Vim Script","funding_links":[],"categories":["Vim Script","Editor Plugins","Vim script"],"sub_categories":["Miscellaneous","IDE"],"readme":"[![](https://img.shields.io/badge/Supports%20Terraform%20Version-%3E%3D1.0.0-blue.svg)](https://github.com/hashicorp/terraform/blob/v1.0.0/CHANGELOG.md)\n\n## Call For Maintainers\n\nThis plugin, along with others like it, is now maintained by the\n[HashiVim](http://hashivim.github.io/) organization, which is looking for\nadditional maintainers and contributors.\nSee the HashiVim home page for further information.\n\n---\n\n## Overview: vim-terraform\n\nThis plugin adds a `:Terraform` command that runs terraform, with tab completion\nof subcommands.\nIt also provides syntax highlighting, indentation and more for HCL and\nTerraform-related files.\n\n---\n\n## Installation\n\nWith [Vim packages](http://vimhelp.appspot.com/repeat.txt.html#packages):\n\n    git clone https://github.com/hashivim/vim-terraform.git ~/.vim/pack/plugins/start/vim-terraform\n\nIf you prefer to use a plugin manager, go ahead.\n\u003c/details\u003e\n\n---\n\n## Usage\n\nSettings are documented in the [help](doc).\n\n---\n\n## Updating vim-terraform\n\nNote, this is only for maintainers of the `vim-terraform` project.\n\nWhen a new version of Terraform drops, you can run the following where x.x.x is\na version such as 0.11.11\n\n    ./update_automagic.sh x.x.x\n\nAt this point, add the modified files to a git branch and open a pull request.\n\n    git checkout -b \"feature/update-to-terraform-$VERSION\"\n    git add $FILE\n    git commit -m \"Message about update\"\n    git push\n\nAdd another maintainer to the pull request and await confirmation.\n\n---\n\n## Running tests\n\nTo run the test suite and verify functionality\n\n    make\n\n---\n\n## Credits\n\nSyntax highlighting and indentation by Kevin Le (@bkad) based on prior work by\nLarry Gilbert (@L2G).\nThe rest originally written by Mark Cornick \u003chttps://www.markcornick.com/\u003e and\ncontributors listed below.\nLicensed under the ISC license.\n\nThanks to the following contributors:\n\n- michael j talarczyk (@mijit)\n- Koji Nakayama (@knakayama)\n- Kris (@kostecky)\n- Okumura Takahiro (@hfm)\n- Paul Forman (@pforman)\n- Lowe Schmidt (@lsc)\n- Mario Kozjak (@mkozjak)\n\nThe `:TerraformFmt` command is adapted from\n[vim-hclfmt](https://github.com/fatih/vim-hclfmt/blob/master/autoload/fmt.vim).\n\nThis project is intended to be a safe, welcoming space for collaboration, and\ncontributors are expected to adhere to the [Contributor\nCovenant](http://contributor-covenant.org) code of conduct.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashivim%2Fvim-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashivim%2Fvim-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashivim%2Fvim-terraform/lists"}