terraform-provider-greenhost/digitalocean
Andrew Starr-Bochicchio fc729120f9
Merge pull request #120 from opencredo/iss7-tags
Migrated tags to use sets and centralised tag definitions/functionality
2018-08-29 18:28:49 -04:00
..
config.go Configure Terraform version as part of the User-Agent 2017-09-22 18:04:54 -06:00
datasource_digitalocean_domain.go Adjust PerPage value for Domain datasource. 2018-06-27 11:39:19 -04:00
datasource_digitalocean_domain_test.go Additional testing for digitalocean_domain datasource. 2018-06-27 12:00:40 -04:00
datasource_digitalocean_image.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
datasource_digitalocean_image_test.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
datasource_digitalocean_record.go Set missing values in digitalocean_record datasource. 2018-06-27 12:45:56 -04:00
datasource_digitalocean_record_test.go Additional testing for digitalocean_record datasource. 2018-06-27 12:47:13 -04: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_test.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
loadbalancer.go Add importability for Load Balancers and Certificate. (#104) 2018-06-25 19:38:10 -04:00
provider.go Merge branch 'master' into record-datasource 2018-06-27 12:02:41 -04:00
provider_test.go Transfer digitalocean provider 2017-06-06 11:45:13 -04:00
resource_digitalocean_certificate.go Add importability for Load Balancers and Certificate. (#104) 2018-06-25 19:38:10 -04: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 Wrapped the flattenTags call to check for errors 2018-08-29 19:49:57 +01:00
resource_digitalocean_droplet_test.go Merge pull request #94 from andrewsomething/asb/issues/67 2018-08-02 11:01:43 -04:00
resource_digitalocean_firewall.go Wrapped the flattenTags call to check for errors 2018-08-29 19:49:57 +01:00
resource_digitalocean_firewall_test.go r/firewall: Suppress diff for 'all' port range 2017-09-14 17:16:32 +01:00
resource_digitalocean_floating_ip.go Merge pull request #109 from terraform-providers/aknuds1/handle-missing-droplet-on-unassign 2018-06-28 18:12:40 -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 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_loadbalancer_test.go cleanup: Adding the test sweepers to DO (#24) 2017-07-05 17:14:28 +03:00
resource_digitalocean_record.go Fixed the issue of not using properties for the 'digitalocean_record' resource that were set to a zero value 2018-08-28 18:10:37 +01:00
resource_digitalocean_record_test.go Added basic validation rules to the 'digitalocean_record' resource 2018-08-28 18:10:37 +01:00
resource_digitalocean_ssh_key.go Updated the terraform provider SDK and supporting dependencies to the latest versions and aligned the code base with it 2018-08-25 18:27:22 +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 Updated the terraform provider SDK and supporting dependencies to the latest versions and aligned the code base with it 2018-08-25 18:27:22 +01:00
resource_digitalocean_volume_test.go Add support for filesystem_type parameter for volume resource 2018-07-04 00:11:42 +02: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 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
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