{"id":13397559,"url":"https://github.com/hashicorp/terraform","last_synced_at":"2026-04-02T13:23:12.675Z","repository":{"id":15002697,"uuid":"17728164","full_name":"hashicorp/terraform","owner":"hashicorp","description":"Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.","archived":false,"fork":false,"pushed_at":"2025-05-12T14:22:22.000Z","size":339722,"stargazers_count":45160,"open_issues_count":2015,"forks_count":9856,"subscribers_count":1148,"default_branch":"main","last_synced_at":"2025-05-12T14:33:28.538Z","etag":null,"topics":["cloud","cloud-management","graph","infrastructure-as-code","terraform"],"latest_commit_sha":null,"homepage":"http://developer.hashicorp.com/terraform","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hashicorp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-03-13T22:25:48.000Z","updated_at":"2025-05-12T13:04:48.000Z","dependencies_parsed_at":"2023-09-22T17:04:51.773Z","dependency_job_id":"d63b2663-3095-4f94-99a5-fe2f3f66abc7","html_url":"https://github.com/hashicorp/terraform","commit_stats":{"total_commits":26877,"total_committers":2093,"mean_commits":12.84137601528906,"dds":0.8753209063511552,"last_synced_commit":"0daf6e8f01ca9ecb5ba26b6b0b55900e77972978"},"previous_names":[],"tags_count":391,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashicorp","download_url":"https://codeload.github.com/hashicorp/terraform/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253755958,"owners_count":21959120,"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":["cloud","cloud-management","graph","infrastructure-as-code","terraform"],"created_at":"2024-07-30T18:01:31.050Z","updated_at":"2026-04-02T13:23:12.666Z","avatar_url":"https://github.com/hashicorp.png","language":"Go","funding_links":[],"categories":["Go","Misc","terraform","DevOps","CLI","系统架构","武器库","Infrastructure as code","Uncategorized","后端开发框架及项目","Official Resources","蓝队工具","Awesome Tools","Continuous Delivery \u0026 GitOps","GitHub projects","Back-End Development","运维自动化","Infrastructure as Code","☁️ Cloud Platforms \u0026 Infrastructure","Programming technologies","3）参考实现与开源工具（GitHub）","Configuration Management","Software with unfree licensing","DevOps \u0026 Infrastructure"],"sub_categories":["IaC","云原生","Hook management tools","Uncategorized","管理面板","IAC(Infrastructure-as-Code)扫描","Languages","Misc","Tools","Terraform","CI/CD and DevOps","Harness / 平台工程"],"readme":"# Terraform\n\n- Website: https://developer.hashicorp.com/terraform\n- Forums: [HashiCorp Discuss](https://discuss.hashicorp.com/c/terraform-core)\n- Documentation: [https://developer.hashicorp.com/terraform/docs](https://developer.hashicorp.com/terraform/docs)\n- Tutorials: [HashiCorp's Learn Platform](https://developer.hashicorp.com/terraform/tutorials)\n- Certification Exam: [HashiCorp Certified: Terraform Associate](https://www.hashicorp.com/certification/#hashicorp-certified-terraform-associate)\n\n\u003cimg alt=\"Terraform\" src=\"https://www.datocms-assets.com/2885/1731373310-terraform_white.svg\" width=\"600px\"\u003e\n\nTerraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions.\n\nThe key features of Terraform are:\n\n- **Infrastructure as Code**: Infrastructure is described using a high-level configuration syntax. This allows a blueprint of your datacenter to be versioned and treated as you would any other code. Additionally, infrastructure can be shared and re-used.\n\n- **Execution Plans**: Terraform has a \"planning\" step where it generates an execution plan. The execution plan shows what Terraform will do when you call apply. This lets you avoid any surprises when Terraform manipulates infrastructure.\n\n- **Resource Graph**: Terraform builds a graph of all your resources, and parallelizes the creation and modification of any non-dependent resources. Because of this, Terraform builds infrastructure as efficiently as possible, and operators get insight into dependencies in their infrastructure.\n\n- **Change Automation**: Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what Terraform will change and in what order, avoiding many possible human errors.\n\nFor more information, refer to the [What is Terraform?](https://www.terraform.io/intro) page on the Terraform website.\n\n## Getting Started \u0026 Documentation\n\nDocumentation is available on the [Terraform website](https://developer.hashicorp.com/terraform):\n\n- [Introduction](https://developer.hashicorp.com/terraform/intro)\n- [Documentation](https://developer.hashicorp.com/terraform/docs)\n\nIf you're new to Terraform and want to get started creating infrastructure, please check out our [Getting Started guides](https://learn.hashicorp.com/terraform#getting-started) on HashiCorp's learning platform. There are also [additional guides](https://learn.hashicorp.com/terraform#operations-and-development) to continue your learning.\n\nShow off your Terraform knowledge by passing a certification exam. Visit the [certification page](https://www.hashicorp.com/certification/) for information about exams and find [study materials](https://learn.hashicorp.com/terraform/certification/terraform-associate) on HashiCorp's learning platform.\n\n## Developing Terraform\n\nThis repository contains only Terraform core, which includes the command line interface and the main graph engine. Providers are implemented as plugins, and Terraform can automatically download providers that are published on [the Terraform Registry](https://registry.terraform.io). HashiCorp develops some providers, and others are developed by other organizations. For more information, refer to [Plugin development](https://developer.hashicorp.com/terraform/plugin).\n\n- To learn more about compiling Terraform and contributing suggested changes, refer to [the contributing guide](.github/CONTRIBUTING.md).\n\n- To learn more about how we handle bug reports, refer to the [bug triage guide](./BUGPROCESS.md).\n\n- To learn how to contribute to the Terraform documentation, refer to the [Web Unified Docs repository](https://github.com/hashicorp/web-unified-docs).\n\n## License\n\n[Business Source License 1.1](https://github.com/hashicorp/terraform/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashicorp%2Fterraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashicorp%2Fterraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashicorp%2Fterraform/lists"}