-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
Hi,
I wondered if we'd eventually get a resource that allows us to manage environment variables entirely separately from the vercel_project resource.
I have multiple environments/terraform directories that look something like this:
terraform/
├─ environments/
│ ├─ root/
│ │ ├─ main.tf
│ │ ├─ (Houses root vercel project)
│ │ ├─ (Houses overall DNS zones)
│ │ ├─ (Creates separate aws accounts listed below)
│ ├─ production/
│ │ ├─ main.tf
│ │ ├─ (Contains env specific resources such as DBs, APIs, etc...)
│ ├─ staging/
│ │ ├─ main.tf
│ │ ├─ (Contains env specific resources such as DBs, APIs, etc...)
Now those environment specific resources keys, urls and secrets are not accessible to the root account and I'd like to be able to manage those env vars in the individual terraform environments.
I've noticed that the chonark vercel package terraform does have this, but it's not maintained anymore.
ijin, notchi590, h-akiba0503, tmaruno and thraxilh-akiba0503notchi590 and h-akiba0503
Metadata
Metadata
Assignees
Labels
No labels