Retrieves financial information about your Vultr account including balance, pending charges, and payment details.
Get information about your Vultr account. This data source provides the balance, pending charges, last payment date, and last payment amount for your Vultr account.
Get the information for an account:
data "vultr_account" "my_account" {}
This data source does not take any arguments. It will return the account information associated with the Vultr API key you have set.
The following attributes are exported:
name
- The name on your Vultr account.email
- The email address on your Vultr account.acl
- The access control list on your Vultr account.balance
- The current balance on your Vultr account.pending_charges
- The pending charges on your Vultr account.last_payment_date
- The date of the last payment made on your Vultr account.last_payment_amount
- The amount of the last payment made on your Vultr account.
No comments yet.