mirror of https://github.com/hashicorp/terraform
Fixes #7774 This modifies the `import` command to load configuration files from the pwd. This also augments the configuration loading section for the CLI to have a new option (default false, same as old behavior) to allow directories with no Terraform configurations. For import, we allow directories with no Terraform configurations so this option is set to true.pull/9809/head
parent
2b72882405
commit
5107c33119
@ -0,0 +1,3 @@
|
||||
provider "test" {
|
||||
foo = "bar"
|
||||
}
|
||||
Loading…
Reference in new issue