Commit Graph

858 Commits

Author SHA1 Message Date
Paul Stack 7fb8d92174 Update CHANGELOG.md 2017-07-05 15:45:24 +03:00
Sylvain Boily 964487af71 detaching the disks before deleting a droplet (#22) 2017-07-05 15:44:29 +03:00
Paul Stack a515151023 Merge pull request #23 from djsly/fix-repo-address
fixing the link to the repo addresses
2017-07-04 20:41:33 +01:00
Sylvain Boily ba7754db0d fixing the link to the repo addresses 2017-07-04 15:33:09 -04:00
stack72 c16d620f0d Adding back the GNUmakefile test-compile step 2017-06-30 11:15:18 +03:00
Jake Champlin 8c87d67dee Merge pull request #20 from nicolai86/master
docs: add undocumented attribute to volume, update firewall docs
2017-06-29 09:46:47 -04:00
stack72 716a2c7aa4 Simplifying the GNUMakefile 2017-06-29 16:41:31 +03:00
Raphael Randschau 85852ed66b
chore(docs): add undocumented attribute to volume, update firewall docs 2017-06-29 12:57:42 +02:00
Jake Champlin f92c21636b
Update Changelog for digitalocean provider 2017-06-26 15:11:19 -04:00
Jake Champlin 68b2f11af6
Fix Changelog Links Script for digitalocean provider 2017-06-26 09:49:27 -05:00
TeamCity 2a66a8741e Cleanup after v0.1.1 release 2017-06-21 15:31:17 +00:00
TeamCity 8fa9f0a42f
v0.1.1 2017-06-21 15:25:06 +00:00
Paul Stack ab13b16cad Update CHANGELOG.md 2017-06-21 18:20:14 +03:00
TeamCity e33ba4b717 Cleanup after v0.1.0 release 2017-06-19 16:18:50 +00:00
TeamCity c44aa2d9ce
v0.1.0 2017-06-19 16:13:01 +00:00
Paul Stack 92fe757746 Update CHANGELOG.md 2017-06-19 18:54:37 +03:00
Paul Stack 3d54e386f5 Update CHANGELOG.md 2017-06-19 18:50:38 +03:00
TeamCity 408a3c649d Cleanup after v0.1.0 release 2017-06-19 15:47:24 +00:00
TeamCity f4badf2e6f
v0.1.0 2017-06-19 15:41:54 +00:00
Paul Stack ebd65c7695 Update CHANGELOG.md 2017-06-19 18:37:20 +03:00
stack72 befc3774b2 Cleanup after v0.1.0 release 2017-06-19 18:36:12 +03:00
stack72 fa422df460 Cleanup after v0.1.0 release 2017-06-19 18:35:22 +03:00
Paul Stack 3926388c72 Update CHANGELOG.md 2017-06-19 18:31:50 +03:00
stack72 58b2c1d488 Cleanup after v0.1.0 release 2017-06-19 18:30:55 +03:00
Paul Stack ca62119225 Update CHANGELOG.md 2017-06-16 22:27:05 +03:00
stack72 60aae80567 Merge branch 'keinohguchi-master' 2017-06-16 22:24:40 +03:00
stack72 057591dd78 provider/digitalocean: Format Firewall resource to drop plural casing 2017-06-16 22:16:43 +03:00
Kei Nohguchi f193630f42 resource_digitalocean_firewall.go: Add DO Cloud Firewalls (#15124)
https://www.digitalocean.com/products/cloud-firewalls/
https://blog.digitalocean.com/cloud-firewalls-secure-droplets-by-default/
4fa9e9d999

air$ go test -v -run TestAccDigitalOceanFirewall
=== RUN   TestAccDigitalOceanFirewall_importBasic
=== RUN   TestAccDigitalOceanFirewall_importBasic/only_allow_inbound_SSH(TCP/22)
=== RUN   TestAccDigitalOceanFirewall_importBasic/only_allow_outbound_SSH(TCP/22)
=== RUN   TestAccDigitalOceanFirewall_importBasic/only_allow_inbound_SSH(TCP/22)_and_HTTP(TCP/80)
=== RUN   TestAccDigitalOceanFirewall_importBasic/only_allow_outbound_SSH(TCP/22)_and_DNS(UDP/53)
=== RUN   TestAccDigitalOceanFirewall_importBasic/allow_inbound_and_outbound_HTTPS(TCP/443),_inbound_SSH(TCP/22),_and_outbound_DNS(UDP/53)
--- PASS: TestAccDigitalOceanFirewall_importBasic (19.14s)
--- PASS: TestAccDigitalOceanFirewall_importBasic/only_allow_inbound_SSH(TCP/22) (3.89s)
--- PASS: TestAccDigitalOceanFirewall_importBasic/only_allow_outbound_SSH(TCP/22) (4.61s)
--- PASS: TestAccDigitalOceanFirewall_importBasic/only_allow_inbound_SSH(TCP/22)_and_HTTP(TCP/80) (3.48s)
--- PASS: TestAccDigitalOceanFirewall_importBasic/only_allow_outbound_SSH(TCP/22)_and_DNS(UDP/53) (4.05s)
--- PASS: TestAccDigitalOceanFirewall_importBasic/allow_inbound_and_outbound_HTTPS(TCP/443),_inbound_SSH(TCP/22),_and_outbound_DNS(UDP/53) (3.11s)
=== RUN   TestAccDigitalOceanFirewall_Basic
=== RUN   TestAccDigitalOceanFirewall_Basic/only_allow_inbound_SSH(TCP/22)
=== RUN   TestAccDigitalOceanFirewall_Basic/only_allow_outbound_SSH(TCP/22)
=== RUN   TestAccDigitalOceanFirewall_Basic/only_allow_inbound_SSH(TCP/22)_and_HTTP(TCP/80)
=== RUN   TestAccDigitalOceanFirewall_Basic/only_allow_outbound_SSH(TCP/22)_and_DNS(UDP/53)
=== RUN   TestAccDigitalOceanFirewall_Basic/allow_inbound_and_outbound_HTTPS(TCP/443),_inbound_SSH(TCP/22),_and_outbound_DNS(UDP/53)
--- PASS: TestAccDigitalOceanFirewall_Basic (18.77s)
--- PASS: TestAccDigitalOceanFirewall_Basic/only_allow_inbound_SSH(TCP/22) (3.56s)
--- PASS: TestAccDigitalOceanFirewall_Basic/only_allow_outbound_SSH(TCP/22) (3.73s)
--- PASS: TestAccDigitalOceanFirewall_Basic/only_allow_inbound_SSH(TCP/22)_and_HTTP(TCP/80) (3.21s)
--- PASS: TestAccDigitalOceanFirewall_Basic/only_allow_outbound_SSH(TCP/22)_and_DNS(UDP/53) (3.84s)
--- PASS: TestAccDigitalOceanFirewall_Basic/allow_inbound_and_outbound_HTTPS(TCP/443),_inbound_SSH(TCP/22),_and_outbound_DNS(UDP/53) (4.43s)
PASS ok github.com/terraform-providers/terraform-provider-digitalocean/digitalocean 37.920s
air$
2017-06-12 22:20:04 -07:00
Jake Champlin 7a9ee7c2a1
Updating Makefile + Add gitignore 2017-06-09 14:28:09 -04:00
Jake Champlin bc89dcbf2b
update govendor 2017-06-09 12:39:45 -04:00
Jake Champlin 6f006c650a Transfer of provider code 2017-06-09 16:36:22 +00:00
Jake Champlin 7a1108924e Merge branch 'master' of /home/ubuntu/terraform-vendor 2017-06-09 16:35:37 +00:00
Jake Champlin 915daf9f44 Transfer digitalocean provider 2017-06-09 16:35:35 +00:00
Jake Champlin 9aa088dde6
Transfer website docs 2017-06-09 10:53:03 -04:00
Jake Champlin 1bd8cf3798
Merge branch 'master' of /Users/jake/tf-do 2017-06-09 10:52:39 -04:00
Jake Champlin 232d4bf8a6
Transfer DO provider website 2017-06-09 10:51:50 -04:00
Jake Champlin 6b81c2ee07
Updating Makefile + Add gitignore 2017-06-06 16:26:44 -04:00
Jake Champlin 0b01241c91
Initial transfer of provider code 2017-06-06 11:45:18 -04:00
Jake Champlin 17ce26f2a5
Merge branch 'master' of /Users/jake/terraform 2017-06-06 11:45:14 -04:00
Jake Champlin ddd64aa789
Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
Jake Champlin 753b18ddf7
Add Issue Template 2017-06-06 09:16:37 -04:00
Jake b49521c295 initial commit 2017-06-05 20:54:06 +00:00
Andrew Starr-Bochicchio b65d75a000 Add support for changing TTL on DigitalOcean domain records. Fixes #12631 (#14805) 2017-05-30 19:29:56 +03:00
Andrew Starr-Bochicchio 674865425b Add support for changing TTL on DigitalOcean domain records. Fixes #12631 (#14805) 2017-05-30 19:29:56 +03:00
Paul Stack 38032e9249 provider/digitalocean: Refresh DO loadbalancer from state if 404 (#14897)
Fixes: #14852
2017-05-30 19:21:53 +03:00
David Bouchare f8ab6eab38 Add Bangalore Data center and update to Ubuntu 16.04 (#14892) 2017-05-28 23:46:09 +03:00
Caio Filipini 9a83d7bff4 provider/digitalocean: Remove Optional and ForceNew for computed attr 2017-05-26 17:36:51 +02:00
Caio Filipini c99dc70ce0 provider/digitalocean: Mark not_after and sha1_fingerprint as computed 2017-05-26 16:21:08 +02:00
Caio Filipini ba69749d99 provider/digitalocean: Remove unnecessary SetId("") on cert destroy 2017-05-26 15:44:33 +02:00
Caio Filipini 5266bcdc87 provider/digitalocean: Add documentation for Certificate resource 2017-05-17 21:20:25 +02:00