From 14a55d57a87bccc93c4c7aa3fe977ba4f334bb27 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 2 Jun 2017 12:21:09 -0700 Subject: [PATCH] Updated import command provider flag documentation to explicitly specify syntax. (#15030) --- website/source/docs/commands/import.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/commands/import.html.md b/website/source/docs/commands/import.html.md index 6e2d02d07..d22b85313 100644 --- a/website/source/docs/commands/import.html.md +++ b/website/source/docs/commands/import.html.md @@ -48,8 +48,8 @@ The command-line flags are all optional. The list of available flags are: * `-no-color` - If specified, output won't contain any color. -* `-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=provider` - Specified provider to use for import. The value should be a provider + alias in the form `TYPE.ALIAS`, 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.