terraform-provider-greenhost/digitalocean
Neil Aldred b139aaef16 Improved finding in snapshot list. can only handle <200 SSs 2018-11-07 22:40:33 +13:00
..
config.go Updated the logic for attaching/detaching volumes to droplets and made it more robust to concurent modification 2018-08-31 16:45:48 +01:00
datasource_digitalocean_certificate.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_certificate_test.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_domain.go Updated the existing datasources to match the current status of the API 2018-09-05 12:04:24 +01:00
datasource_digitalocean_domain_test.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_droplet.go Fix minor typo 2018-10-16 17:56:14 +00:00
datasource_digitalocean_droplet_snapshot.go Add: resource and datasource for droplet snapshot 2018-11-06 22:29:59 +13:00
datasource_digitalocean_droplet_snapshot_test.go Add: resource and datasource for droplet snapshot 2018-11-06 22:29:59 +13:00
datasource_digitalocean_droplet_test.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_floating_ip.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_floating_ip_test.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_image.go Updated the existing datasources to match the current status of the API 2018-09-05 12:04:24 +01:00
datasource_digitalocean_image_test.go Added the digitalocean_snapshot resource for creating volume snapshots 2018-09-07 12:39:15 +01:00
datasource_digitalocean_loadbalancer.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_loadbalancer_test.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_record.go Updated the existing datasources to match the current status of the API 2018-09-05 12:04:24 +01:00
datasource_digitalocean_record_test.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_ssh_key.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_ssh_key_test.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_tag.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_tag_test.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_volume.go Added missing datasources 2018-09-05 12:47:57 +01:00
datasource_digitalocean_volume_snapshot.go Renamed the snapshot resource/datasource to volume_snapshot 2018-09-07 16:49:28 +01:00
datasource_digitalocean_volume_snapshot_test.go Renamed the snapshot resource/datasource to volume_snapshot 2018-09-07 16:49:28 +01:00
datasource_digitalocean_volume_test.go Added missing datasources 2018-09-05 12:47:57 +01:00
hash.go Added basic droplet property validations and updated the 'user_data' property to be stored as a hash in the state 2018-08-30 14:28:24 +01:00
import_digitalocean_certificate_test.go Add importability for Load Balancers and Certificate. (#104) 2018-06-25 19:38:10 -04:00
import_digitalocean_domain_test.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
import_digitalocean_droplet_test.go Ensure image ID set to state when importing a Droplet (Fixes: #144). 2018-09-29 23:44:35 -04:00
import_digitalocean_floating_ip_test.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
import_digitalocean_loadbalancer_test.go Add importability for Load Balancers and Certificate. (#104) 2018-06-25 19:38:10 -04:00
import_digitalocean_record_test.go Factor out catch for import into its own function and reverse order of args. 2018-06-26 15:21:55 -04:00
import_digitalocean_ssh_key_test.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
import_digitalocean_tag_test.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
import_digitalocean_volume_snapshot_test.go Renamed the snapshot resource/datasource to volume_snapshot 2018-09-07 16:49:28 +01:00
import_digitalocean_volume_test.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
loadbalancer.go Added basic validation with minor optimizations/fixes to the load balancer resource 2018-08-30 14:06:01 +01:00
provider.go Add: resource and datasource for droplet snapshot 2018-11-06 22:29:59 +13:00
provider_test.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
resource_digitalocean_certificate.go Add explanitory comment. 2018-10-04 14:26:28 -04:00
resource_digitalocean_certificate_test.go Suppress diff for dns names on custom certificate resources (Fixes: #146). 2018-10-04 11:41:55 -04:00
resource_digitalocean_domain.go Added the ability to create a domain without specifying the inital A records IP address 2018-08-28 18:19:45 +01:00
resource_digitalocean_domain_test.go Added the ability to create a domain without specifying the inital A records IP address 2018-08-28 18:19:45 +01:00
resource_digitalocean_droplet.go Ensure image ID set to state when importing a Droplet (Fixes: #144). 2018-09-29 23:44:35 -04:00
resource_digitalocean_droplet_migrate.go Changed the diff suppressing functions for older droplet state files to a state migration 2018-08-31 14:34:56 +01:00
resource_digitalocean_droplet_migrate_test.go Changed the diff suppressing functions for older droplet state files to a state migration 2018-08-31 14:34:56 +01:00
resource_digitalocean_droplet_snapshot.go Improved finding in snapshot list. can only handle <200 SSs 2018-11-07 22:40:33 +13:00
resource_digitalocean_droplet_snapshot_test.go Improved finding in snapshot list. can only handle <200 SSs 2018-11-07 22:40:33 +13:00
resource_digitalocean_droplet_test.go Ensure image ID set to state when importing a Droplet (Fixes: #144). 2018-09-29 23:44:35 -04:00
resource_digitalocean_firewall.go Refactored the firewall resource in order to better handle the various possible changes in configuration 2018-08-31 16:47:57 +01:00
resource_digitalocean_firewall_test.go Refactored the firewall resource in order to better handle the various possible changes in configuration 2018-08-31 16:47:57 +01:00
resource_digitalocean_floating_ip.go Implement separate import function for FIPs. 2018-09-24 16:14:14 -04:00
resource_digitalocean_floating_ip_assignment.go Ensure floating_ip_assignment works with create_before_destroy (Fixes: #147). 2018-10-04 14:27:57 -04:00
resource_digitalocean_floating_ip_assignment_test.go Ensure floating_ip_assignment works with create_before_destroy (Fixes: #147). 2018-10-04 14:27:57 -04:00
resource_digitalocean_floating_ip_test.go Add additional tests reasigning and unasigning Floating IPs. 2018-06-28 18:06:35 -04:00
resource_digitalocean_loadbalancer.go Added missing datasources 2018-09-05 12:47:57 +01:00
resource_digitalocean_loadbalancer_test.go Added additional tests for the load balancer resource 2018-09-05 11:33:54 +01:00
resource_digitalocean_record.go Fixed the function for generating a records fqdn 2018-09-05 15:37:13 +01:00
resource_digitalocean_record_test.go Fixed the function for generating a records fqdn 2018-09-05 15:37:13 +01:00
resource_digitalocean_ssh_key.go Added missing datasources 2018-09-05 12:47:57 +01:00
resource_digitalocean_ssh_key_test.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
resource_digitalocean_tag.go Migrated tags to sets instead of lists and moved the definitions and related functions to a separate global space to be used by all resources that can be tagged 2018-08-28 18:06:17 +01:00
resource_digitalocean_tag_test.go Migrated tags to sets instead of lists and moved the definitions and related functions to a separate global space to be used by all resources that can be tagged 2018-08-28 18:06:17 +01:00
resource_digitalocean_volume.go Removed unneeded code in the digitalocean_volume resource 2018-09-07 12:41:51 +01:00
resource_digitalocean_volume_attachment.go Added comments abount retrying attachment/detachment of volumes from droplets 2018-08-31 17:03:24 +01:00
resource_digitalocean_volume_attachment_test.go Updated the logic for attaching/detaching volumes to droplets and made it more robust to concurent modification 2018-08-31 16:45:48 +01:00
resource_digitalocean_volume_snapshot.go Renamed the snapshot resource/datasource to volume_snapshot 2018-09-07 16:49:28 +01:00
resource_digitalocean_volume_snapshot_test.go Renamed the snapshot resource/datasource to volume_snapshot 2018-09-07 16:49:28 +01:00
resource_digitalocean_volume_test.go Renamed the snapshot resource/datasource to volume_snapshot 2018-09-07 16:49:28 +01:00
set.go Migrated tags to sets instead of lists and moved the definitions and related functions to a separate global space to be used by all resources that can be tagged 2018-08-28 18:06:17 +01:00
suppress.go Migrated tags to sets instead of lists and moved the definitions and related functions to a separate global space to be used by all resources that can be tagged 2018-08-28 18:06:17 +01:00
suppress_test.go Migrated tags to sets instead of lists and moved the definitions and related functions to a separate global space to be used by all resources that can be tagged 2018-08-28 18:06:17 +01:00
sweeper_test.go cleanup: Adding the test sweepers to DO (#24) 2017-07-05 17:14:28 +03:00
tags.go Added missing datasources 2018-09-05 12:47:57 +01:00
tags_test.go Migrated tags to sets instead of lists and moved the definitions and related functions to a separate global space to be used by all resources that can be tagged 2018-08-28 18:06:17 +01:00