terraform/builtin/providers/triton
James Nugent e70764f64d provider/triton: New provider for Joyent Triton
This brings across the following resources for Triton from the
joyent/triton-terraform repository, and converts them to the canonical
Terraform style, introducing Terraform-style documentation and
acceptance tests which run against the live API rather than the local
APIs:

- triton_firewall_rule
- triton_machine
- triton_key
2016-03-20 20:15:17 +00:00
..
provider.go provider/triton: New provider for Joyent Triton 2016-03-20 20:15:17 +00:00
provider_test.go provider/triton: New provider for Joyent Triton 2016-03-20 20:15:17 +00:00
resource_firewall_rule.go provider/triton: New provider for Joyent Triton 2016-03-20 20:15:17 +00:00
resource_firewall_rule_test.go provider/triton: New provider for Joyent Triton 2016-03-20 20:15:17 +00:00
resource_key.go provider/triton: New provider for Joyent Triton 2016-03-20 20:15:17 +00:00
resource_key_test.go provider/triton: New provider for Joyent Triton 2016-03-20 20:15:17 +00:00
resource_machine.go provider/triton: New provider for Joyent Triton 2016-03-20 20:15:17 +00:00
resource_machine_test.go provider/triton: New provider for Joyent Triton 2016-03-20 20:15:17 +00:00
utils.go provider/triton: New provider for Joyent Triton 2016-03-20 20:15:17 +00:00