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

Feat: support project #50

Closed kelvintaywl closed 1 year ago

kelvintaywl commented 1 year ago

closes #24

This PR adds support for creating a new project (resource) on CircleCI. This is achieved by using the v1.1 API to follow a project, and thus will trigger a pipeline.

Important: As noted in #24, there is no public API to delete a project. As such, the CircleCI project here does not get deleted even after terraform destroy.