birchb1024 / terraform-provider-universe

A generic Terraform Provider with which you can code dynamic providers in any scripting language.
Mozilla Public License 2.0
14 stars 2 forks source link

terraform import - err: missing 'config' #6

Open birchb1024 opened 3 years ago

birchb1024 commented 3 years ago

Tried a terraform import on one of my projects, but got this:

2020-11-06T14:13:30.564+1100 [DEBUG] plugin.terraform-provider-universe: 2020/11/06 14:13:30 Executing: exists
2020/11/06 14:13:30 [ERROR] eval: *terraform.EvalRefresh, err: missing 'config'
2020/11/06 14:13:30 [ERROR] eval: *terraform.EvalSequence, err: missing 'config'

Need to validate import

cmclaughlin commented 2 years ago

I would find this useful!