terraform-provider-greenhost/digitalocean
Andrew Starr-Bochicchio 73b5d5f87a
Merge pull request #271 from veracus/fix/update-kubernetes-cluter-version
Update digitalocean_kubernetes_cluster version
2019-07-23 11:05:17 -04: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_database_cluster.go Update database Cluster to set URN 2019-07-20 08:55:57 -05:00
datasource_digitalocean_database_cluster_test.go datasource: New Database Cluster Datasource 2019-06-10 02:23:05 +03:00
datasource_digitalocean_domain.go Updates the domain resource with the URN computed attribute 2019-04-15 14:26:38 +01:00
datasource_digitalocean_domain_test.go Updates the domain resource with the URN computed attribute 2019-04-15 14:26:38 +01:00
datasource_digitalocean_droplet.go Updates the Droplet resource to expose the URN as a computed attribute 2019-04-15 10:52:36 +01:00
datasource_digitalocean_droplet_snapshot.go Normalize case for region attribute across all resources 2019-04-14 13:36:30 +02: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 Updates the droplet to expose the urn attribute and tests to make sure it is set in the state. 2019-04-16 09:20:36 +01:00
datasource_digitalocean_floating_ip.go Updates the floating ip resource to expose the urn. 2019-04-15 16:30:42 +01:00
datasource_digitalocean_floating_ip_test.go Updates the floating ip resource to expose the urn. 2019-04-15 16:30:42 +01: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 Updates the Load Balancer resource with a URN attribute. 2019-04-15 12:30:01 +01:00
datasource_digitalocean_loadbalancer_test.go Removed older method that was replaced by regular expression. 2019-04-15 16:05:16 +01: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 #212 from opencredo/feature/introduce-urn-attribute-to-volume 2019-04-16 10:18:15 -04:00
datasource_digitalocean_volume_snapshot.go Normalize case for region attribute across all resources 2019-04-14 13:36:30 +02: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 Updates the volume resource and datasource with the volume urn. Documents within website. 2019-04-15 15:24:14 +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_snapshot_test.go refactored code to locate droplst snapshot 2018-11-10 12:49:07 +13:00
import_digitalocean_droplet_test.go Make Droplet importing more robust and test error case when importing non-existent resource. 2019-05-10 15:57:03 -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 Simplify Domain Record importing and test error case when importing non-existent resource (Fixes: #231). 2019-05-10 15:52:50 -04:00
import_digitalocean_spaces_bucket_test.go Simplify Spaces bucket importing and test error case when importing non-existent resource. 2019-05-10 15:55:41 -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 Remove need for custom import function for Volume resources. 2019-05-10 15:54:14 -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 Make CI happy by running gofmt. 2019-07-10 17:44:28 -04:00
provider_test.go Add integration test with Kubernetes provider. 2019-05-24 11:50:52 -04:00
resource_digitalocean_cdn.go Correct arguments to CDNs.UpdateCustomDomain. 2019-04-19 12:17:55 -04:00
resource_digitalocean_cdn_test.go issues/204 - Refactors and renames test to be more readable. 2019-04-12 15:55:45 +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 Run 'make fmt' to make 'make test' happy. 2019-07-22 16:06:31 -04:00
resource_digitalocean_database_cluster_test.go Update database Cluster to set URN 2019-07-20 08:55:57 -05:00
resource_digitalocean_domain.go Updates the domain resource with the URN computed attribute 2019-04-15 14:26:38 +01:00
resource_digitalocean_domain_test.go Updates the domain resource with the URN computed attribute 2019-04-15 14:26:38 +01:00
resource_digitalocean_droplet.go Support enabling and disabling backups on Droplets (Fixes: #266). 2019-07-11 15:22:53 -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 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 Add test for enabling and disabling backups on a Droplet. 2019-07-11 15:05:20 -04: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 Merge pull request #211 from opencredo/feature/introduce-urn-attribute-to-floatingip 2019-04-15 12:31:23 -04: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 Updates the floating ip resource to expose the urn. 2019-04-15 16:30:42 +01:00
resource_digitalocean_kubernetes_cluster.go Remove now unused tagsContain function. 2019-07-02 11:15:11 -04:00
resource_digitalocean_kubernetes_cluster_test.go Update Kubernetes cluster version 2019-07-22 20:33:03 -04:00
resource_digitalocean_kubernetes_node_pool.go K8s: Do not filter out node pool tags also applied to the cluster (Fixes: #184) 2019-06-06 16:51:01 -04:00
resource_digitalocean_kubernetes_node_pool_test.go Fix a typo in kubernetes_node_pool file name 2019-04-23 22:54:27 +02:00
resource_digitalocean_loadbalancer.go Merge pull request #214 from opencredo/feature/introduce-urn-attribute-to-loadbalancer 2019-04-15 12:41:41 -04:00
resource_digitalocean_loadbalancer_test.go Removed older method that was replaced by regular expression. 2019-04-15 16:05:16 +01:00
resource_digitalocean_project.go Surpress diff for changes to project environment case. 2019-04-19 13:16:00 -04:00
resource_digitalocean_project_test.go Updates the Project to handle additional resources. Also expanded the website to document for the new resource. 2019-04-17 20:00:58 +01:00
resource_digitalocean_record.go Simplify Domain Record importing and test error case when importing non-existent resource (Fixes: #231). 2019-05-10 15:52:50 -04: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 Simplify Spaces bucket importing and test error case when importing non-existent resource. 2019-05-10 15:55:41 -04:00
resource_digitalocean_spaces_bucket_test.go Simplify Spaces bucket importing and test error case when importing non-existent resource. 2019-05-10 15:55:41 -04: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 Remove need for custom import function for Volume resources. 2019-05-10 15:54:14 -04: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 Executed gofmt on the file to correct building of branch. 2019-04-16 08:41:59 +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