cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
55 stars 10 forks source link

WIP: send resource type, hashed id back to ccapi #215

Open fantapop opened 3 weeks ago

fantapop commented 3 weeks ago

Today we can roughly report on what resources are being used and how often based on api calls that are made. We strengthen this reporting by sending back the exact resource that is making the api request and a hashed copy of the ID to aid in determining volume.

Commit checklist