Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashicorp/terraform-provider-vsphere
Terraform Provider for VMware vSphere
https://github.com/hashicorp/terraform-provider-vsphere
terraform terraform-provider vsphere
Last synced: 2 days ago
JSON representation
Terraform Provider for VMware vSphere
- Host: GitHub
- URL: https://github.com/hashicorp/terraform-provider-vsphere
- Owner: hashicorp
- License: mpl-2.0
- Created: 2017-06-05T20:53:54.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T18:07:28.000Z (8 days ago)
- Last Synced: 2024-12-07T17:34:28.523Z (5 days ago)
- Topics: terraform, terraform-provider, vsphere
- Language: Go
- Homepage: https://registry.terraform.io/providers/hashicorp/vsphere/
- Size: 51 MB
- Stars: 624
- Watchers: 57
- Forks: 453
- Open Issues: 140
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Support: docs/SUPPORT.md
Awesome Lists containing this project
- awesome-tf - terraform-provider-vsphere - Provider for VMware vSphere. (Providers / Hashicorp supported providers)
README
# Terraform Provider for VMware vSphere
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/hashicorp/terraform-provider-vsphere?label=release&style=for-the-badge)](https://github.com/hashicorp/terraform-provider-vsphere/releases/latest)
[![License](https://img.shields.io/github/license/hashicorp/terraform-provider-vsphere.svg?style=for-the-badge)](LICENSE)The Terraform Provider for VMware vSphere is a plugin for Terraform that allows
you to interact with VMware vSphere. This provider can be used to manage a
VMware vSphere environment, including virtual machines, host and cluster
management, inventory, networking, storage, datastores, content libraries, and
more.Learn more:
- Read the provider [documentation][provider-documentation].
- Join the community [discussions][provider-discussions].
## Requirements
- [Terraform 0.13+][terraform-install]
For general information about Terraform, visit
[developer.hashicorp.com][terraform-install] and
[the project][terraform-github] on GitHub.- [Go 1.22.8][golang-install]
Required if building the provider.
- [VMware vSphere][vmware-vsphere-documenation]
The plugin supports versions in accordance with the
[Broadcom Product Lifecycle][product-lifecycle].## Using the Provider
The Terraform Provider for VMware vSphere is an official provider. Official
providers are maintained by the Terraform team at [HashiCorp][hashicorp] and are
listed on the [Terraform Registry][terraform-registry].To 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.Unless you are contributing to the provider or require a pre-release bugfix or
feature, use an **officially** released version of the provider.See [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.For either installation method, documentation about the provider configuration,
resources, and data sources can be found on the Terraform Registry.## Upgrading the Provider
The provider does not upgrade automatically. After each new release, you can run
the following command to upgrade the provider:```shell
terraform init -upgrade
```## Contributing
The Terraform Provider for VMware vSphere is the work of many contributors and
the project team appreciates your help!If you discover a bug or would like to suggest an enhancement, submit
[an issue][provider-issues]. Once submitted, your issue will follow the
[lifecycle][provider-issue-lifecycle] process.If 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.Learn more in the [Frequently Asked Questions][provider-faq].
## License
The Terraform Provider for VMware vSphere is available under the
[Mozilla Public License, version 2.0][provider-license] license.[golang-install]: https://golang.org/doc/install
[hashicorp]: https://hashicorp.com
[product-lifecycle]: https://support.broadcom.com/group/ecx/productlifecycle
[provider-contributing]: docs/CONTRIBUTING.md
[provider-discussions]: https://discuss.hashicorp.com/tags/c/terraform-providers/31/vsphere
[provider-documentation]: https://registry.terraform.io/providers/hashicorp/vsphere/latest/docs
[provider-faq]: docs/FAQ.md
[provider-install]: docs/INSTALL.md
[provider-issue-lifecycle]: docs/ISSUES.md
[provider-issues]: https://github.com/hashicorp/terraform-provider-vsphere/issues/new/choose
[provider-license]: LICENSE
[terraform-github]: https://github.com/hashicorp/terraform
[terraform-install]: https://developer.hashicorp.com/terraform/install
[terraform-registry]: https://registry.terraform.io
[vmware-vsphere-documenation]: https://docs.vmware.com/en/VMware-vSphere/index.html