Radek Simko
|
42c7d00568
|
docs/digitalocean: Add image data source to sidebar (#14030)
|
2017-04-27 11:55:25 +01:00 |
Seth Vargo
|
34c553a42b
|
Update basic scaffolding
|
2017-04-06 14:08:37 -04:00 |
Paul Stack
|
861706921c
|
provider/digitalocean: Add support for LoadBalancers (#12077)
* provider/digitalocean: Add support for LoadBalancers
Fixes: #11945
```
% make testacc TEST=./builtin/providers/digitalocean TESTARGS='-run=TestAccDigitalOceanLoadbalancer_' 2 ↵ ✹ ✭
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/02/18 21:49:11 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/digitalocean -v -run=TestAccDigitalOceanLoadbalancer_ -timeout 120m
=== RUN TestAccDigitalOceanLoadbalancer_Basic
--- PASS: TestAccDigitalOceanLoadbalancer_Basic (121.18s)
=== RUN TestAccDigitalOceanLoadbalancer_Updated
--- PASS: TestAccDigitalOceanLoadbalancer_Updated (168.35s)
=== RUN TestAccDigitalOceanLoadbalancer_dropletTag
--- PASS: TestAccDigitalOceanLoadbalancer_dropletTag (131.31s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/digitalocean 420.851s
```
* provider/digitalocean: Addressing PR feedback from @catsby
|
2017-02-23 23:41:20 +02:00 |
Joonas Bergius
|
0ce6337a2a
|
docs: Add digitalocean_tag resource to the sidebar (#7629)
|
2016-07-13 20:48:00 +01:00 |
Antoine Grondin
|
3d6fe76b52
|
provider/digitalocean: adds a volume resource (#7560)
* provider/digitalocean: add support for volumes
* provider/digitalocean: add documentation for volume resource
|
2016-07-13 15:36:37 +01:00 |
stack72
|
7bda855590
|
Adding the work to assign a Floating IP to a Droplet
|
2015-11-20 19:12:31 +02:00 |
Radek Simko
|
dfae8e1170
|
Do matching in sidebar_current via regex or equal sign
|
2015-05-08 10:40:51 +01:00 |
Justin Campbell
|
774e7c31a2
|
Doc home link goes back to providers from resource
Changes the "Documentation Home" link in the sidebar to go back to the
list of providers instead of all the way back to the documentation home
page.
|
2015-04-25 07:28:51 -04:00 |
Jack Pearkes
|
26cc99bf3f
|
website: add digitalocean ssh_key documentation
cc/ @plalloni
|
2015-03-06 10:00:41 -08:00 |
Armon Dadgar
|
decc837fa3
|
website: Document the new DO resources
|
2014-07-24 19:35:43 -04:00 |
Armon Dadgar
|
e81e9d6d73
|
website: Document digitalocean
|
2014-07-24 10:29:46 -04:00 |