Last 12 weeks · 19 commits
3 of 6 standards met
What functionality would you like to see? The Vercel api returns the target deployments when search for a project. The data source is not returning those values. The use case is the development team adding domains directly to the deployment. I am hoping to manage our third party DNS from Terraform. The thought is call the project data source to get the list of deployments. Iterate over the list of deployments to read the domains. Create DNS records for the domains in the project. Longer term, getting the developers to embrace Terraform leads to having the domains in a json object that drives creating the deployments and adding the domains. I don't have that buy in yet. Example _No response_ Additional Details _No response_
Describe the bug When creating or updating a write-only variable, the value set in Vercel is empty. I could be misunderstanding but following the code snippets in the docs of the latest version, it should have worked. If I remove the from the dummy variable and switch from to in the the value is properly set, so it does seem related to the feature? To Reproduce See: https://github.com/alexdragongc/test-vercel-provider-write-only Specifically these blocks: Terraform and Vercel Provider Version Additional Details I was testing the feature and haven't tried pulling the value from something other than this dummy variable.
Repository: vercel/terraform-provider-vercel. Description: Terraform Vercel Provider Stars: 182, Forks: 40. Primary language: Go. Languages: Go (100%), HTML (0%). License: MPL-2.0. Topics: terraform, terraform-provider, vercel. Latest release: v4.6.1 (1d ago). Open PRs: 5, open issues: 20. Last activity: 1d ago. Community health: 62%. Top contributors: dglsparsons, kitfoster, sueplex, marcgreenstock, OhMyVolk, ecklf, omercnet, jarneson, SIGTERM-015, brookemosby and others.
Go