TritonDataCenter / terraform-provider-triton

Terraform Joyent Triton provider
https://www.terraform.io/docs/providers/triton/
Mozilla Public License 2.0
15 stars 24 forks source link

Update the `triton_account` data source. #90

Closed kwilczynski closed 6 years ago

kwilczynski commented 6 years ago

This commit updates the triton_account data source with the following changes:

Signed-off-by: Krzysztof Wilczynski kw@linux.com

kwilczynski commented 6 years ago

Hi @cheapRoc!

This is first Pull Request in a series of data source updates. More coming!

kwilczynski commented 6 years ago

Acceptance tests:

$ make testacc TEST=./triton/ TESTARGS='-run=TestAccTritonAccount'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./triton/ -v -run=TestAccTritonAccount -timeout 120m
=== RUN   TestAccTritonAccount
--- PASS: TestAccTritonAccount (5.38s)
PASS
ok      github.com/terraform-providers/terraform-provider-triton/triton 5.402s
kwilczynski commented 6 years ago

Changes to the documentation:

localhost_4567_docs_providers_triton_d_triton_account html

jwreagor commented 6 years ago

@kwilczynski If this is completely ready for merge I can fire away.

kwilczynski commented 6 years ago

Hi @cheapRoc, thank you for the review!

It's good to go! 👍

jwreagor commented 6 years ago

Thanks for another contribution!