---
title: vultr_account
url: https://docs.vultr.com/reference/terraform/data-sources/account
description: Retrieves financial information about your Vultr account including balance, pending charges, and payment details.
publish_date: 2025-09-15T13:32:30.569296Z
last_updated: 2025-09-15T14:14:39.557073Z
---

# vultr_account

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.

## Example Usage

Get the information for an account:

```hcl
data "vultr_account" "my_account" {}
```

## Argument Reference

This data source does not take any arguments. It will return the account information associated with the Vultr API key you have set.

## Attributes Reference

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.