terraform-provider-greenhost/digitalocean
Trent Rosenbaum dff9585dac issues/204 - Initial outline of the CDN resource, (schema, resource, test and docs). 2019-04-10 21:56:43 +01:00
..
config.go provider: Refactor logic for logging API requests/responses 2019-02-22 17:53:32 +00:00
datasource_digitalocean_certificate.go Merge pull request #178 from terraform-providers/go1.11-upgrade-2019-01-07 2019-01-08 18:18:47 -05:00
datasource_digitalocean_certificate_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
datasource_digitalocean_domain.go Merge pull request #178 from terraform-providers/go1.11-upgrade-2019-01-07 2019-01-08 18:18:47 -05:00
datasource_digitalocean_domain_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
datasource_digitalocean_droplet.go Merge pull request #178 from terraform-providers/go1.11-upgrade-2019-01-07 2019-01-08 18:18:47 -05:00
datasource_digitalocean_droplet_snapshot.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
datasource_digitalocean_droplet_snapshot_test.go Prefix Droplet name in testAccCheckDataSourceDigitalOceanDropletSnapshot_basic 2019-01-09 11:34:03 -05:00
datasource_digitalocean_droplet_test.go Sweeper: Ensure names used in tests match pattern to be destroyed. 2019-01-09 11:34:02 -05:00
datasource_digitalocean_floating_ip.go Merge pull request #178 from terraform-providers/go1.11-upgrade-2019-01-07 2019-01-08 18:18:47 -05:00
datasource_digitalocean_floating_ip_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
datasource_digitalocean_image.go Merge pull request #178 from terraform-providers/go1.11-upgrade-2019-01-07 2019-01-08 18:18:47 -05:00
datasource_digitalocean_image_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
datasource_digitalocean_kubernetes_cluster.go Merge pull request #178 from terraform-providers/go1.11-upgrade-2019-01-07 2019-01-08 18:18:47 -05:00
datasource_digitalocean_kubernetes_cluster_test.go Update k8s resources for new method of accessing godo client. 2019-01-08 17:56:06 -05:00
datasource_digitalocean_loadbalancer.go Add support for enabling PROXY Protocol on Load Balancers. 2019-03-25 18:39:33 -04:00
datasource_digitalocean_loadbalancer_test.go Sweeper: Ensure names used in tests match pattern to be destroyed. 2019-01-09 11:34:02 -05:00
datasource_digitalocean_record.go Merge pull request #178 from terraform-providers/go1.11-upgrade-2019-01-07 2019-01-08 18:18:47 -05:00
datasource_digitalocean_record_test.go Use same domain for datasource test as resource tests. 2019-01-09 11:34:02 -05:00
datasource_digitalocean_ssh_key.go Merge pull request #178 from terraform-providers/go1.11-upgrade-2019-01-07 2019-01-08 18:18:47 -05:00
datasource_digitalocean_ssh_key_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
datasource_digitalocean_tag.go Merge pull request #178 from terraform-providers/go1.11-upgrade-2019-01-07 2019-01-08 18:18:47 -05:00
datasource_digitalocean_tag_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
datasource_digitalocean_volume.go Merge pull request #178 from terraform-providers/go1.11-upgrade-2019-01-07 2019-01-08 18:18:47 -05:00
datasource_digitalocean_volume_snapshot.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
datasource_digitalocean_volume_snapshot_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
datasource_digitalocean_volume_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05: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_snapshot_test.go refactored code to locate droplst snapshot 2018-11-10 12:49:07 +13:00
import_digitalocean_droplet_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05: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_spaces_bucket_test.go Update import test now that force_destroy has a default value. 2019-01-08 14:41:53 -05: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 issues/204 - Initial outline of the CDN resource, (schema, resource, test and docs). 2019-04-10 21:56:43 +01:00
provider_test.go Add tests for overriding DigitalOcean API URL. 2019-01-09 15:34:16 -05:00
resource_digital_ocean_kuberentes_node_pool.go Update k8s resources for new method of accessing godo client. 2019-01-08 17:56:06 -05:00
resource_digital_ocean_kubernetes_node_pool_test.go Update k8s resources for new method of accessing godo client. 2019-01-08 17:56:06 -05:00
resource_digitalocean_cdn.go issues/204 - Initial outline of the CDN resource, (schema, resource, test and docs). 2019-04-10 21:56:43 +01:00
resource_digitalocean_cdn_test.go issues/204 - Initial outline of the CDN resource, (schema, resource, test and docs). 2019-04-10 21:56:43 +01:00
resource_digitalocean_certificate.go Certificates: Move attribute validation from CustomizeDiff to Create (Fixes: #163). 2019-03-28 14:13:22 -04:00
resource_digitalocean_certificate_test.go Certificates: Move attribute validation from CustomizeDiff to Create (Fixes: #163). 2019-03-28 14:13:22 -04:00
resource_digitalocean_database_cluster.go fixing state issue with user defined maint windows 2019-03-26 19:03:18 -05:00
resource_digitalocean_database_cluster_test.go updates based on review feedback + maintenance windows 2019-03-26 16:35:07 -05:00
resource_digitalocean_domain.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_domain_test.go Update to use new method of accessing the godo client. 2019-01-09 11:36:24 -05:00
resource_digitalocean_droplet.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05: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 Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_droplet_snapshot_test.go Sweeper: Use larger page sizes. 2019-01-09 11:34:02 -05:00
resource_digitalocean_droplet_test.go resource_digitalocean_droplet_test: Use random public key. 2019-01-09 11:34:02 -05:00
resource_digitalocean_firewall.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_firewall_test.go Update to use new method of accessing the godo client. 2019-01-09 11:36:24 -05:00
resource_digitalocean_floating_ip.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_floating_ip_assignment.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_floating_ip_assignment_test.go Sweeper: Add sweeper for domains. 2019-01-09 11:34:02 -05:00
resource_digitalocean_floating_ip_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_kubernetes_cluster.go Merge pull request #178 from terraform-providers/go1.11-upgrade-2019-01-07 2019-01-08 18:18:47 -05:00
resource_digitalocean_loadbalancer.go Add support for enabling PROXY Protocol on Load Balancers. 2019-03-25 18:39:33 -04:00
resource_digitalocean_loadbalancer_test.go Add support for enabling PROXY Protocol on Load Balancers. 2019-03-25 18:39:33 -04:00
resource_digitalocean_record.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_record_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_spaces_bucket.go Add force_destroy and bucket_domain_name to schema and docs. 2019-01-08 14:06:30 -05:00
resource_digitalocean_spaces_bucket_test.go Rename resource to digitalocean_spaces_bucket. 2019-01-08 12:21:53 -05:00
resource_digitalocean_ssh_key.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_ssh_key_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_tag.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_tag_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_volume.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_volume_attachment.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_volume_attachment_test.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_volume_snapshot.go Update all resources and datasources to use new method of accessing the godo client. 2019-01-07 18:48:17 -05:00
resource_digitalocean_volume_snapshot_test.go Sweeper: Use larger page sizes. 2019-01-09 11:34:02 -05:00
resource_digitalocean_volume_test.go Sweeper: More possible volume names. 2019-01-09 11:34:02 -05:00
resource_digitialocean_kubernetes_cluster_test.go Update k8s resources for new method of accessing godo client. 2019-01-08 17:56:06 -05: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