kelvintaywl / terraform-provider-circleci

(Unofficial) Terraform Provider for CircleCI
https://registry.terraform.io/providers/kelvintaywl/circleci/latest
Mozilla Public License 2.0
12 stars 3 forks source link

Improve usability for project env vars #18

Closed kelvintaywl closed 1 year ago

kelvintaywl commented 1 year ago

Right now, the project env var resource is named circleci_project_envvar .

I think this can be shortened to circleci_env_var for convenience and consistency with other resources.

In the future, when org contexts and their env vars are supported, these resources can have the context infix in the name to denote the difference.

Also, we can improve the example usage with a for_each to populate multiple env vars for a project.