mirror of https://github.com/hashicorp/terraform
Previously we were defaulting the provider configuration selection to a provider in the root module inferred from the resource type name. This is close, but not quite right: we need to _start_ with a provider configuration in the same module as we're importing into, and then our provider resolution steps during import graph construction will use that as a starting point for a walk up the tree to find the nearest matching configuration (which might eventually still be in the root, but not necessarily).pull/19086/head
parent
e4e972db67
commit
fc7871c5ee
Loading…
Reference in new issue