Skip to content

Commit

Permalink
docs/import: Add a note to the Import section that only ENV VARs can …
Browse files Browse the repository at this point in the history
…be used atm (hashicorp#8194)
  • Loading branch information
stack72 authored and kwilczynski committed Aug 18, 2016
1 parent 45309c9 commit 4dc0c97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/source/docs/import/usage.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ $ terraform import aws_instance.bar i-abcd1234
...
```

~> **Note:** In order to import resources, the provider should be configured with environment variables.
We currently do not support passing credentials directly to the provider.

The above command imports an AWS instance with the given ID to the
address `aws_instance.bar`. You can also import resources into modules.
See the [resource addressing](/docs/internals/resource-addressing.html)
Expand Down

0 comments on commit 4dc0c97

Please sign in to comment.