Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
Updates the `README.md`:
- License section.
- Go version.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Dec 2, 2024
1 parent 472b403 commit 08084d5
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<!--
© Broadcom. All Rights Reserved.
The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
SPDX-License-Identifier: BSD-2
-->

<!-- markdownlint-disable first-line-h1 no-inline-html -->

# Terraform Provider for VMware Aria Automation

A self-contained deployable integration between Terraform and VMware Aria Automation which allows Terraform users to request and provision IaaS resources such as machines, networks, load balancers, along with the configuration of cloud accounts, zones, and projects.
Expand All @@ -10,7 +18,7 @@ This provider supports VMware Aria Automation 8.

For general information about Terraform, visit [developer.hashicorp.com][terraform-install] and [the project][terraform-github] on GitHub.

- [Go 1.20][golang-install]
- [Go 1.23.2][golang-install]

Required if building the provider.

Expand Down Expand Up @@ -40,18 +48,22 @@ terraform init -upgrade

## Contributing

The project team welcomes contributions from the community. Please read our [Developer Certificate of Origin](https://cla.vmware.com/dco). All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch.
The Terraform Provider for VMware Cloud Foundation 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].

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.

## License

The Terraform Provider for VMware Aria Automation is available under the [Mozilla Public License, version 2.0 license](LICENSE).
© Broadcom. All Rights Reserved.
The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.

The Terraform Provider for VMware Aria Automation is available under the [Mozilla Public License, version 2.0][provider-license] license.

[golang-install]: https://golang.org/doc/install
[provider-contributing]: CONTRIBUTING.md
[provider-issues]: https://github.com/vmware/terraform-provider-vra/issues/new/choose
[provider-license]: LICENSE
[terraform-install]: https://developer.hashicorp.com/terraform/install
[terraform-github]: https://github.com/hashicorp/terraform

0 comments on commit 08084d5

Please sign in to comment.