Manages resource quotas and limitations for Vultr managed database instances
Provides a Vultr database quota resource. This can be used to create, read, modify, and delete quotas for a managed database on your Vultr account.
Create a new database quota:
Updating the database ID, client ID, or user will cause a force new. This behavior is in place because a database quota cannot be moved from one managed database to another and because quotas exist specifically for client ID/user pairs.
The following arguments are supported:
database_id - (Required) The managed database ID you want to attach this quota to.client_id - (Required) The client ID for the new database quota.consumer_byte_rate - (Required) The consumer byte rate for the new managed database quota.producer_byte_rate - (Required) The producer byte rate for the new managed database quota.request_percentage - (Required) The CPU request percentage for the new managed database quota.user - (Required) The user for the new managed database quota.The following attributes are exported:
database_id - The managed database ID.client_id - The client ID for the new database quota.consumer_byte_rate - The consumer byte rate for the new managed database quota.producer_byte_rate - The producer byte rate for the new managed database quota.request_percentage - The CPU request percentage for the new managed database quota.user - The user for the new managed database quota.
0 Comments
Be the first to comment and share your perspective with the community.