From 300ab169398885301e422c29b16a73ec76c9579d Mon Sep 17 00:00:00 2001 From: Anna Winkler <3526523+annawinkler@users.noreply.github.com> Date: Mon, 14 Mar 2022 14:01:17 -0600 Subject: [PATCH] Remove incorrect sentence There is always a configuration for import and using `-var` is always allowed. --- website/docs/cli/commands/import.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/cli/commands/import.mdx b/website/docs/cli/commands/import.mdx index 97476f66b..ed3ac27a1 100644 --- a/website/docs/cli/commands/import.mdx +++ b/website/docs/cli/commands/import.mdx @@ -65,7 +65,6 @@ The command-line flags are all optional. The list of available flags are: can be set multiple times. Variable values are interpreted as [literal expressions](/language/expressions/types) in the Terraform language, so list and map values can be specified via this flag. - This is only useful with the `-config` flag. - `-var-file=foo` - Set variables in the Terraform configuration from a [variable file](/language/values/variables#variable-definitions-tfvars-files). If