Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data account type mismatch #174

Merged
merged 3 commits into from
Nov 10, 2021
Merged

Conversation

ddymko
Copy link
Contributor

@ddymko ddymko commented Nov 10, 2021

Description

Fixes typing mismatch where it rounds floats to ints

Ran a local build to validate

     "balance": -364.35,
            "email": "ddymko@vultr.com",
            "id": "account",
            "last_payment_amount": -1000,
            "last_payment_date": "2021-08-12T13:07:07+00:00",
            "name": "David Dymko",
            "pending_charges": 14.1

Related Issues

Fixes #171

Checklist:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you linted your code locally prior to submission?
  • Have you successfully ran tests with your changes locally?

@ddymko ddymko merged commit 31fa096 into vultr:master Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] data "vultr_account" incorrect types
2 participants