Skip to content

Commit

Permalink
Update website/docs/cli/commands/plan.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
  • Loading branch information
kmoe and rkoron007 committed Jun 2, 2023
1 parent 581765a commit 087a816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cli/commands/plan.mdx
Expand Up @@ -290,7 +290,7 @@ The available options are:
* 1 = Error
* 2 = Succeeded with non-empty diff (changes present)

- `-generate-config-out=PATH` - (Experimental) If `import` blocks are present in config, instructs Terraform to generate HCL for any imported resource that does not already have configuration. The config will be written to a file at PATH, which must not already exist. If the plan exits with an error, Terraform may still attempt to write config. After the plan has completed, review the generated config.
- `-generate-config-out=PATH` - (Experimental) If import blocks are present in configuration, instructs Terraform to generate HCL for any imported resources not already present. The configuration is written to a new file at PATH, which must not already exist. Terraform may still attempt to write configuration if the plan errors.

* `-input=false` - Disables Terraform's default behavior of prompting for
input for root module input variables that have not otherwise been assigned
Expand Down

0 comments on commit 087a816

Please sign in to comment.