Mongey / terraform-provider-confluentcloud

A Terraform provider for managing resource in confluent.cloud
MIT License
110 stars 47 forks source link

Change ingress & egress values to TypeFloat #52

Open stefanmatar opened 3 years ago

stefanmatar commented 3 years ago

Hi! I appreciate that you created a provider for confluent cloud!

I would suggest this improvement: Could we have TypeFloat instead of TypeInt for ingress and egress values?

The reason being high cost of write/read usage MB/s https://www.confluent.io/confluent-cloud/pricing

If wanted, I can create a PR for this change.