https://github.com/eonx-com/terraform-provider-vercel
Vercel Terraform Provider
https://github.com/eonx-com/terraform-provider-vercel
Last synced: 3 months ago
JSON representation
Vercel Terraform Provider
- Host: GitHub
- URL: https://github.com/eonx-com/terraform-provider-vercel
- Owner: eonx-com
- License: mpl-2.0
- Created: 2021-08-05T02:32:24.000Z (almost 4 years ago)
- Default Branch: release
- Last Pushed: 2023-09-25T00:32:03.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T20:11:33.005Z (4 months ago)
- Language: Go
- Homepage:
- Size: 179 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Roadmap: Roadmap.md
Awesome Lists containing this project
README
# Vercel Terraform Provider
This is a custom hacked up variant of `https://github.com/chronark/terraform-provider-vercel` to address
a bug in the vercel_domain resource, and to add branch configuration to the vercel_project resource.## Warning
This was meant for internal use only, would not recommend anybody use this provider my Go programming
experience is less than a day, so while it works- my changes are terrible.