terraform-provider-greenhost/digitalocean
Kiara Grouwstra 335e5d9700 restore functionality for images 2022-08-20 19:30:07 +02:00
..
config.go spaces: Validate input for region. (#618) 2021-04-19 17:11:58 -04:00
datasource_digitalocean_droplet.go add digitalocean_records data source (#502) 2020-10-20 11:11:16 -04:00
datasource_digitalocean_droplet_test.go Fixes an invalid droplet size in some tests. (#724) 2021-10-18 10:57:33 -05:00
datasource_digitalocean_droplets.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
datasource_digitalocean_droplets_test.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
datasource_digitalocean_image.go adjust id type for images and ssh keys from int to string 2022-08-16 12:19:11 +02:00
datasource_digitalocean_image_test.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
datasource_digitalocean_images.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
datasource_digitalocean_images_test.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
datasource_digitalocean_record.go port data sources and resources to use the context-related methods (#503) 2020-10-19 11:04:19 -04:00
datasource_digitalocean_record_test.go Update domains sweeper (#753) 2021-12-17 12:11:18 -05:00
datasource_digitalocean_records.go add digitalocean_records data source (#502) 2020-10-20 11:11:16 -04:00
datasource_digitalocean_records_test.go Update domains sweeper (#753) 2021-12-17 12:11:18 -05:00
datasource_digitalocean_region.go add digitalocean_records data source (#502) 2020-10-20 11:11:16 -04:00
datasource_digitalocean_region_test.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
datasource_digitalocean_regions.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
datasource_digitalocean_regions_test.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
datasource_digitalocean_ssh_key.go adjust id type for images and ssh keys from int to string 2022-08-16 12:19:11 +02:00
datasource_digitalocean_ssh_key_test.go adjust id type for images and ssh keys from int to string 2022-08-16 12:19:11 +02:00
datasource_digitalocean_ssh_keys.go Adding a datasource for listing all SSH Keys (#519) 2020-11-09 12:49:13 -05:00
datasource_digitalocean_ssh_keys_test.go Adding a datasource for listing all SSH Keys (#519) 2020-11-09 12:49:13 -05:00
datasource_digitalocean_tags.go restore func flattenDigitalOceanTag 2022-08-16 11:40:00 +02:00
domains.go drop pagination where unused 2022-08-16 12:42:04 +02:00
droplets.go adjust id type for images and ssh keys from int to string 2022-08-16 12:19:11 +02:00
filter.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
filter_test.go Add data source for sizes (with filter and sort) (#325) 2019-10-30 17:46:48 -04:00
hash.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
images.go restore functionality for images 2022-08-20 19:30:07 +02:00
import_digitalocean_domain_test.go Update domains sweeper (#753) 2021-12-17 12:11:18 -05:00
import_digitalocean_droplet_test.go Fixes an invalid droplet size in some tests. (#724) 2021-10-18 10:57:33 -05:00
import_digitalocean_record_test.go Update domains sweeper (#753) 2021-12-17 12:11:18 -05:00
import_digitalocean_ssh_key_test.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
import_digitalocean_tag_test.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
provider.go ditch unexposed endpoints 2022-08-16 12:15:46 +02:00
provider_test.go Update domains sweeper (#753) 2021-12-17 12:11:18 -05:00
records.go drop pagination where unused 2022-08-16 12:42:04 +02:00
regions.go drop pagination where unused 2022-08-16 12:42:04 +02:00
resource_digitalocean_droplet.go fix: handle optional boolean droplet_agent (#785) 2022-03-08 12:42:27 -05:00
resource_digitalocean_droplet_migrate.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
resource_digitalocean_droplet_migrate_test.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
resource_digitalocean_droplet_test.go droplet: Refactor post-create polling code. (#776) 2022-01-14 16:00:07 -05:00
resource_digitalocean_record.go record: Move port validation for SRV records out of CustomizeDiff. (#671) 2021-08-19 14:18:31 -04:00
resource_digitalocean_record_test.go Update domains sweeper (#753) 2021-12-17 12:11:18 -05:00
resource_digitalocean_ssh_key.go adjust id type for images and ssh keys from int to string 2022-08-16 12:19:11 +02:00
resource_digitalocean_ssh_key_test.go adjust id type for images and ssh keys from int to string 2022-08-16 12:19:11 +02:00
schema.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
set.go Assign and remove project resources without unnecessary churn (Fixes: #585). (#586) 2021-02-18 11:51:07 -05:00
set_test.go Assign and remove project resources without unnecessary churn (Fixes: #585). (#586) 2021-02-18 11:51:07 -05:00
sort.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
sort_test.go Add data source for sizes (with filter and sort) (#325) 2019-10-30 17:46:48 -04:00
ssh_keys.go drop pagination where unused 2022-08-16 12:42:04 +02:00
suppress.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04: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 upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
tags.go dbaas: Protect against setting empty tags. (#652) 2021-06-29 11:42:42 -04:00
tags_test.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
testing.go upgrade provider to use terraform-plugin-sdk v2 (#492) 2020-10-16 15:50:20 -04:00
util.go doks: add node pool auto-scale fields (#307) 2019-10-30 18:39:39 -04:00