Closed kwilczynski closed 6 years ago
Hi @cheapRoc!
This is first Pull Request in a series of data source updates. More coming!
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
Changes to the documentation:
@kwilczynski If this is completely ready for merge I can fire away.
Hi @cheapRoc, thank you for the review!
It's good to go! 👍
Thanks for another contribution!
This commit updates the
triton_account
data source with the following changes:login
andemail
attributes to the data source outputSigned-off-by: Krzysztof Wilczynski kw@linux.com