terraform-provider-greenhost/digitalocean
Andrew Starr-Bochicchio 7d8bd5da04 Add additional validation to resource_digitalocean_floating_ip_assignment 2018-09-24 16:03:40 -04: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 Added missing datasources 2018-09-05 12:47:57 +01: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 Transfer digitalocean provider 2017-06-06 11:45:13 -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 Merge branch 'justinbarrick/master' 2018-09-24 15:06:11 -04:00
provider_test.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
resource_digitalocean_certificate.go Fixed a debug message typo 2018-09-04 20:02:05 +01:00
resource_digitalocean_certificate_test.go Add importability for Load Balancers and Certificate. (#104) 2018-06-25 19:38:10 -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 Reverted setting of the ip addresses on droplet read 2018-09-07 19:02:48 +01: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_test.go Reverted setting of the ip addresses on droplet read 2018-09-07 19:02:48 +01: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 Merge branch 'justinbarrick/master' 2018-09-24 15:06:11 -04:00
resource_digitalocean_floating_ip_assignment.go Add additional validation to resource_digitalocean_floating_ip_assignment 2018-09-24 16:03:40 -04:00
resource_digitalocean_floating_ip_assignment_test.go Update floating_ip_assignment tests. 2018-09-10 13:50:12 -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