{"id":36456462,"url":"https://github.com/vmware/terraform-provider-vcfa","last_synced_at":"2026-01-11T23:04:12.351Z","repository":{"id":271702425,"uuid":"914059294","full_name":"vmware/terraform-provider-vcfa","owner":"vmware","description":"Terraform Provider for VMware Cloud Foundation Automation","archived":false,"fork":false,"pushed_at":"2025-12-29T19:14:45.000Z","size":15732,"stargazers_count":12,"open_issues_count":6,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-02T01:09:25.965Z","etag":null,"topics":["terraform","terraform-provider","vmware","vmware-cloud-foundation-automation"],"latest_commit_sha":null,"homepage":"","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":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-08T21:43:08.000Z","updated_at":"2025-12-29T19:14:43.000Z","dependencies_parsed_at":"2025-01-09T11:41:07.448Z","dependency_job_id":"04635e7e-8b46-43fc-be9c-b4f41f708415","html_url":"https://github.com/vmware/terraform-provider-vcfa","commit_stats":null,"previous_names":["vmware/terraform-provider-vcfa"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vmware/terraform-provider-vcfa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vcfa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vcfa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vcfa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vcfa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmware","download_url":"https://codeload.github.com/vmware/terraform-provider-vcfa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fterraform-provider-vcfa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-cloud-foundation-automation"],"created_at":"2026-01-11T23:04:11.594Z","updated_at":"2026-01-11T23:04:12.346Z","avatar_url":"https://github.com/vmware.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform VMware Cloud Foundation Automation Provider\n\n[![Latest Release](https://img.shields.io/github/v/tag/vmware/terraform-provider-vcfa?label=latest%20release\u0026style=for-the-badge)](https://github.com/vmware/terraform-provider-vcfa/releases/latest) [![License](https://img.shields.io/github/license/vmware/terraform-provider-vcfa.svg?style=for-the-badge)](LICENSE)\n\nThe Terraform Provider for VMware Cloud Foundation Automation is a plugin for Terraform that allows you to interact with\nVMware Cloud Foundation Automation 9+ by Broadcom.\n\nLearn more:\n\n- Read the provider [documentation][provider-documentation]\n- Have a look at the [configuration examples][examples]\n- This project is using [go-vcloud-director][go-vcd-sdk] Go SDK for making API calls\n\n## Part of Terraform\n\n- Website: \u003chttps://www.terraform.io\u003e\n- [Hashicorp Discuss](https://discuss.hashicorp.com/c/terraform-core/27)\n\n\u003c!-- markdownlint-disable no-inline-html --\u003e\n\u003cimg src=\"https://www.datocms-assets.com/2885/1629941242-logo-terraform-main.svg\" alt=\"Terraform logo\" width=\"600px\"\u003e\n\n## Requirements\n\n- [Terraform](https://www.terraform.io/downloads.html)\n- [Go](https://golang.org/doc/install) 1.24 (to build the provider plugin)\n\n## Building the Provider\n\n**Note:** You *only* need to build the provider plugin if you want to *develop* it. Refer to\n[documentation][provider-documentation] for using it. Terraform will\nautomatically download officially released binaries of this provider plugin on the first run of `terraform init`\ncommand.\n\n```shell\ncd ~/mydir\ngit clone https://github.com/vmware/terraform-provider-vcfa.git\ncd terraform-provider-vcfa/\nmake build\n```\n\n## Installing the Provider from source code\n\n**Note:** You *only* need to install the provider from source code if you want to test unreleased features or to develop it. Refer to\n[documentation](https://registry.terraform.io/providers/vmware/vcfa/latest/docs) for using it in a standard way. Terraform will\nautomatically download officially released binaries of this provider plugin on the first run of `terraform init`\ncommand.\n\n```shell\ncd ~/mydir\ngit clone https://github.com/vmware/terraform-provider-vcfa.git\ncd terraform-provider-vcfa/\nmake install\n```\n\nThis command will build the plugin and transfer it to\n`$HOME/.terraform.d/plugins/registry.terraform.io/vmware/vcfa/${VERSION}/${OS}_${ARCH}/terraform-provider-vcfa_v${VERSION}`,\nwith a name that includes the version (as taken from the `./VERSION` file).\n\nFor example, on **macOS**:\n\n```console\n$HOME/.terraform.d/\n├── checkpoint_cache\n├── checkpoint_signature\n└── plugins\n    └── registry.terraform.io\n        └── vmware\n            └── vcfa\n                └── 1.0.0\n                    └── darwin_amd64\n                        └── terraform-provider-vcfa_v1.0.0\n```\n\nOn **Linux**:\n\n```console\n├── checkpoint_cache\n├── checkpoint_signature\n└── plugins\n    └── registry.terraform.io\n        └── vmware\n            └── vcfa\n                └── 1.0.0\n                    └── linux_amd64\n                        └── terraform-provider-vcfa_v1.0.0\n```\n\nOnce you have installed the plugin as mentioned above, you can simply create a new `config.tf` as defined in [the manual](https://www.terraform.io/docs/providers/vcfa/index.html) and run\n\n```sh\nterraform init\nterraform plan\nterraform apply\n```\n\n## Developing the Provider\n\nWhen developing `terraform-provider-vcfa` one often needs to modify the underlying `go-vcloud-director` SDK to consume\nnew methods and types. Go has a convenient [replace](https://github.com/golang/go/wiki/Modules#when-should-i-use-the-replace-directive)\ndirective which can allow you to redirect the import path to your own version of `go-vcloud-director`:\n\n```go\nmodule github.com/vmware/terraform-provider-vcfa\nrequire (\n    ...\n    github.com/vmware/go-vcloud-director/v3 v3.1.0-alpha.3\n)\n\nreplace github.com/vmware/go-vcloud-director/v3 v3.1.0-alpha.3 =\u003e github.com/my-git-user/go-vcloud-director/v3 v3.1.0-alpha.3    \n```\n\nYou can also replace pointer to a branch with relative directory:\n\n```go\n module github.com/vmware/terraform-provider-vcfa\n require (\n    ...\n    github.com/vmware/go-vcloud-director/v3 v3.1.0-alpha.2\n)\n\nreplace github.com/vmware/go-vcloud-director/v3 v3.1.0-alpha.2 =\u003e ../go-vcloud-director\n```\n\nSee [CODING_GUIDELINES.md][coding-guidelines] for more advice on how to write code for this project.\n\n## Troubleshooting the Provider\n\nRead [TROUBLESHOOTING.md][troubleshooting] to learn how to configure and understand logs, and how to\ndiagnose common errors.\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 Cloud Foundation Automation is available under the\n[Mozilla Public License, version 2.0][provider-license] license.\n\n[coding-guidelines]: CODING_GUIDELINES.md\n[examples]: examples\n[go-vcd-sdk]: https://github.com/vmware/go-vcloud-director\n[provider-documentation]: https://registry.terraform.io/providers/vmware/vcfa/latest/docs\n[provider-license]: LICENSE\n[troubleshooting]: TROUBLESHOOTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fterraform-provider-vcfa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmware%2Fterraform-provider-vcfa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fterraform-provider-vcfa/lists"}