这是indexloc提供的服务,不要输入任何密码
Skip to content

Support managing environment variables separately #47

@Inlustra

Description

@Inlustra

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions