{"id":15546833,"url":"https://github.com/vmware/terraform-provider-vra","last_synced_at":"2025-05-16T11:06:57.498Z","repository":{"id":35379133,"uuid":"172145471","full_name":"vmware/terraform-provider-vra","owner":"vmware","description":"Terraform Provider for VMware Aria Automation","archived":false,"fork":false,"pushed_at":"2025-05-09T16:20:49.000Z","size":3628,"stargazers_count":109,"open_issues_count":20,"forks_count":92,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-05-09T17:27:07.540Z","etag":null,"topics":["terraform","terraform-provider","vmware","vmware-aria-automation","vmware-cloud-foundation"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/vmware/vra/","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":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-22T22:55:17.000Z","updated_at":"2025-05-09T16:20:52.000Z","dependencies_parsed_at":"2023-02-12T03:15:48.822Z","dependency_job_id":"38b111de-4cde-4977-abf6-f5ac21bb8fa8","html_url":"https://github.com/vmware/terraform-provider-vra","commit_stats":{"total_commits":321,"total_committers":33,"mean_commits":9.727272727272727,"dds":0.7227414330218069,"last_synced_commit":"33e482f636309a071230ceb9573795eb9b497bb4"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmware","download_url":"https://codeload.github.com/vmware/terraform-provider-vra/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518383,"owners_count":22084374,"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","vmware","vmware-aria-automation","vmware-cloud-foundation"],"created_at":"2024-10-02T13:04:58.252Z","updated_at":"2025-05-16T11:06:52.490Z","avatar_url":"https://github.com/vmware.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n© Broadcom. All Rights Reserved.\nThe term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.\nSPDX-License-Identifier: BSD-2\n--\u003e\n\n\u003c!-- markdownlint-disable first-line-h1 no-inline-html --\u003e\n\n# Terraform Provider for VMware Aria Automation\n\nA 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.\n\nThis provider supports VMware Aria Automation 8.\n\n## Requirements\n\n- [Terraform 0.13+][terraform-install]\n\n  For general information about Terraform, visit [developer.hashicorp.com][terraform-install] and [the project][terraform-github] on GitHub.\n\n- [Go 1.23.2][golang-install]\n\n  Required if building the provider.\n\n## Using the Provider\n\nThe [Terraform Provider for VMware Aria Automation](https://registry.terraform.io/providers/vmware/vra/latest) is a partner provider. Partner providers are owned and maintained by members of the HashiCorp Technology Partner Program. HashiCorp verifies the authenticity of the publisher and the providers are listed on the Terraform Registry with a `Partner` label.\n\nTo use a released version of the Terraform provider in your environment, run [`terraform init`](https://www.terraform.io/docs/commands/init.html) and Terraform will automatically install the provider from the Terraform Registry.\n\nRefer to [Installing the Terraform Provider for VMware Aria Automation](docs/install_provider.md) 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 [provider page](https://registry.terraform.io/providers/vmware/vra/latest/docs) on the Terraform Registry.\n\nThe provider accepts either a `refresh_token` or an `access_token` to interact with the product API, but not both at the same time.\n\nFor more information on obtaining a `refresh_token` for the provider configuration the provider, refer [Get Your Refresh Token for the VMware Aria Automation API](docs/refresh_token.md).\n\nExamples on the use of the provider configuration, resources, and data sources can be found in the project's `examples` directory.\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```bash\nterraform init -upgrade\n```\n\n## Contributing\n\nThe Terraform Provider for VMware Aria Automation 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## License\n\n© Broadcom. All Rights Reserved.\nThe term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.\n\nThe Terraform Provider for VMware Aria Automation is available under the [Mozilla Public License, version 2.0][provider-license] license.\n\n[golang-install]: https://golang.org/doc/install\n[provider-contributing]: CONTRIBUTING.md\n[provider-issues]: https://github.com/vmware/terraform-provider-vra/issues/new/choose\n[provider-license]: LICENSE\n[terraform-install]: https://developer.hashicorp.com/terraform/install\n[terraform-github]: https://github.com/hashicorp/terraform\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fterraform-provider-vra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmware%2Fterraform-provider-vra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fterraform-provider-vra/lists"}