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

refactor: use Id, not ID for within terraform model #28

Closed kelvintaywl closed 1 year ago

kelvintaywl commented 1 year ago

This PR makes all resources & data sources declare Id rather than ID.

Prior to this, i noted there was no consistency. This makes all models (struct) declare ids as Id.

Note that the auto-generated circleci-go-sdk will use ID as a convention.