{"id":28066686,"url":"https://github.com/vmware/terraform-provider-vsphere","last_synced_at":"2025-12-12T00:34:24.161Z","repository":{"id":36999266,"uuid":"93446037","full_name":"vmware/terraform-provider-vsphere","owner":"vmware","description":"Terraform Provider for VMware vSphere","archived":false,"fork":false,"pushed_at":"2025-05-05T19:33:34.000Z","size":86581,"stargazers_count":638,"open_issues_count":160,"forks_count":465,"subscribers_count":55,"default_branch":"main","last_synced_at":"2025-05-05T19:49:57.051Z","etag":null,"topics":["terraform","terraform-provider","vsphere"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/vmware/vsphere/","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/vmware.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-06-05T20:53:54.000Z","updated_at":"2025-05-05T19:33:38.000Z","dependencies_parsed_at":"2023-10-10T22:23:48.818Z","dependency_job_id":"1712f496-bd3d-4b75-b221-877513824970","html_url":"https://github.com/vmware/terraform-provider-vsphere","commit_stats":{"total_commits":2094,"total_committers":187,"mean_commits":"11.197860962566844","dds":0.7134670487106017,"last_synced_commit":"925fc60e1b608b5a9fb5eeb37502ee1b55345957"},"previous_names":["terraform-providers/terraform-provider-vsphere","vmware/terraform-provider-vsphere"],"tags_count":87,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vsphere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vsphere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vsphere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vsphere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmware","download_url":"https://codeload.github.com/vmware/terraform-provider-vsphere/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253765134,"owners_count":21960678,"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":["terraform","terraform-provider","vsphere"],"created_at":"2025-05-12T15:27:48.873Z","updated_at":"2025-12-12T00:34:24.095Z","avatar_url":"https://github.com/vmware.png","language":"Go","funding_links":[],"categories":["Providers"],"sub_categories":["Hashicorp supported providers"],"readme":"\u003c!--\n© Broadcom. All Rights Reserved.\nThe term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\nSPDX-License-Identifier: MPL-2.0\n--\u003e\n\n\u003c!-- markdownlint-disable first-line-h1 no-inline-html --\u003e\n\n\u003cimg src=\"docs/images/icon-color.svg\" alt=\"VMware vSphere\" width=\"150\"\u003e\n\n# Terraform Provider for VMware vSphere\n\n[![Latest Release](https://img.shields.io/github/v/tag/vmware/terraform-provider-vsphere?label=latest%20release\u0026style=for-the-badge)](https://github.com/vmware/terraform-provider-vsphere/releases/latest) [![License](https://img.shields.io/github/license/vmware/terraform-provider-vsphere.svg?style=for-the-badge)](LICENSE)\n\nThe Terraform Provider for VMware vSphere is a plugin for Terraform that allows you to interact with VMware vSphere.\n\nLearn more:\n\n* Read the provider [documentation][provider-documentation].\n\n* Join the community [discussions][provider-discussions].\n\n## Requirements\n\n* [Terraform 0.13+][terraform-install]\n\n    For general information about Terraform, visit [HashiCorp Developer][terraform-install] and [the project][terraform-github] on GitHub.\n\n* [Go 1.23.8][golang-install]\n\n    Required, if [building][provider-build] the provider.\n\n## Requirements\n\n- [Terraform 0.13+][terraform-install]\n\n    For general information about Terraform, visit [HashiCorp Developer][terraform-install] and [the project][terraform-github] on GitHub.\n\n- [Go 1.23.8][golang-install]\n\n    Required, if [building][provider-build] the provider.\n\n- VMware vSphere\n\n  The plugin supports versions in accordance with the [Broadcom Product Lifecycle][product-lifecycle].\n\n## Using the Provider\n\nThe Terraform Provider for VMware vSphere is a Partner tier provider.\n\nPartner tier providers are owned and maintained by a partner in the HashiCorp Technology Partner Program. HashiCorp verifies the authenticity of the publisher and the provider are listed on the [Terraform Registry][terraform-registry] with a Partner tier label.\n\nTo use a released version of the Terraform provider in your environment, run `terraform init` and Terraform will automatically install the provider from the Terraform Registry.\n\nUnless you are contributing to the provider or require a pre-release bugfix or feature, use a\nreleased version of the provider.\n\nSee [Installing the Terraform Provider for VMware vSphere][provider-install] for additional instructions on automated and manual installation methods and how to control the provider version.\n\nFor either installation method, documentation about the provider configuration, resources, and data sources can be found on the Terraform Registry.\n\n## Upgrading the Provider\n\nThe provider does not upgrade automatically. After each new release, you can run the following command to upgrade the provider:\n\n```shell\nterraform init -upgrade\n```\n\n## Contributing\n\nThe Terraform Provider for VMware vSphere is the work of many contributors and the project team appreciates your help!\n\nIf you discover a bug or would like to suggest an enhancement, submit [an issue][provider-issues].\n\nIf you would like to submit a pull request, please read the [contribution guidelines][provider-contributing] to get started. In case of enhancement or feature contribution, we kindly ask you to open an issue to discuss it beforehand.\n\n## Support\n\nThe Terraform Provider for VMware vSphere is supported by Broadcom and the provider community. For bugs and feature requests please open a GitHub Issue and label it appropriately or contact Broadcom support.\n\n## License\n\n© Broadcom. All Rights Reserved.\nThe term \"Broadcom\" refers to Broadcom Inc. and/or its subsidiaries.\n\nThe Terraform Provider for VMware vSphere is available under the [Mozilla Public License, version 2.0][provider-license] license.\n\n[golang-install]: https://golang.org/doc/install\n[product-lifecycle]: https://support.broadcom.com/group/ecx/productlifecycle\n[provider-contributing]: CONTRIBUTING.md\n[provider-discussions]: https://github.com/vmware/terraform-provider-vsphere/discussions\n[provider-documentation]: https://registry.terraform.io/providers/vmware/vsphere/latest/docs\n[provider-build]: docs/build.md\n[provider-install]: docs/install.md\n[provider-issues]: https://github.com/vmware/terraform-provider-vsphere/issues/new/choose\n[provider-license]: LICENSE\n[terraform-github]: https://github.com/hashicorp/terraform\n[terraform-install]: https://developer.hashicorp.com/terraform/install\n[terraform-registry]: https://registry.terraform.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fterraform-provider-vsphere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmware%2Fterraform-provider-vsphere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fterraform-provider-vsphere/lists"}