displague / deprecated-terraform-provider-linode

[OLD] Terraform provider plugin for Linode Cloud resources.. See
https://github.com/terraform-providers/terraform-provider-linode
Mozilla Public License 2.0
15 stars 5 forks source link

remove incomplete (untested) data resources for now #24

Closed displague closed 6 years ago

displague commented 6 years ago

Temporarily remove data resources which have not been well thought out or tested.


I'm not really sure about what direction I should be taking with the data sources. A reverting PR to this PR should reintroduce them once thought out.

I wanted to provide them as a way Terraform could refer to regions as a list so instances could be dynamically created in every region.

Or as a way to lookup instance types by a specific feature (ram and/or cpu size query)..

Or perhaps something that gets the latest "debian" image regardless of version "linode/debian*"

I don't know if these are valid expectations in real-world use for a data source. These use-cases may not even fall under the domain of data sources.

I'm removing them from this provider to avoid any concerns that could block or slow official provider status.