pull/10328/head
Mitchell Hashimoto 10 years ago
parent c15754c365
commit 28d933f6dd
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -134,14 +134,16 @@ Options:
-no-color If specified, output won't contain any color.
-provider=provider Specific provider to use for import. This is used for
specifying aliases, such as "aws.eu". Defaults to the
normal provider prefix of the resource being imported.
-state=path Path to read and save state (unless state-out
is specified). Defaults to "terraform.tfstate".
-state-out=path Path to write updated state file. By default, the
"-state" path will be used.
-provider=provider Provider used for import. Defaults to: ""
`
return strings.TrimSpace(helpText)
}

@ -1,4 +1,3 @@
// TODO
package terraform
import (

@ -49,8 +49,10 @@ The command-line flags are all optional. The list of available flags are:
the state path. Ignored when [remote state](/docs/state/remote/index.html) is
used.
* `-provider=provider` - Provider used for import. Defaults to the default
provider of the resource to import.
* `-provider=provider` - Specified provider to use for import. This is used for
specifying provider aliases, such as "aws.eu". This defaults to the normal
provider based on the prefix of the resource being imported. You usually
don't need to specify this.
## Provider Configuration

Loading…
Cancel
Save