diff --git a/docs/wiki/[User-Guide]-Quick-Start-Phase-2-Local.md b/docs/wiki/[User-Guide]-Quick-Start-Phase-2-Local.md index 7a24cbd5..91102877 100644 --- a/docs/wiki/[User-Guide]-Quick-Start-Phase-2-Local.md +++ b/docs/wiki/[User-Guide]-Quick-Start-Phase-2-Local.md @@ -34,7 +34,7 @@ Although you can just run `Deploy-Accelerator` and fill out the prompted inputs, 1. Open your `inputs.yaml` file in Visual Studio Code (or your preferred editor) and copy the content from [inputs-local-bicep-complete.yaml][example_powershell_inputs_local_bicep_complete] into that file. 1. Check through the file and update each input as required. It is mandatory to update items with placeholders surrounded by angle brackets `<>`: - >NOTE: The following inputs can also be supplied via environment variables. This may be useful for sensitive values you don't wish to persist to a file. The `Env Var Prefix` denotes the prefix the environment variable should have. The environment variable is formatting is `_`, e.g. `env:ALZ_iac_type = "bicep"` or `./accelerator/target`. + >NOTE: The following inputs can also be supplied via environment variables. This may be useful for sensitive values you don't wish to persist to a file. The `Env Var Prefix` denotes the prefix the environment variable should have. The environment variable is formatting is `_`, e.g. `env:ALZ_iac_type = "bicep"` or `env:TF_VAR_target_directory = "./accelerator/target"`. | Input | Env Var Prefix | Placeholder | Description | | - | - | -- | --- | @@ -104,7 +104,7 @@ Although you can just run `Deploy-Accelerator` and fill out the prompted inputs, 1. Complete - [inputs-local-terraform-complete.yaml][example_powershell_inputs_local_terraform_complete] 1. Check through the file and update each input as required. It is mandatory to update items with placeholders surrounded by angle brackets `<>`: - >NOTE: The following inputs can also be supplied via environment variables. This may be useful for sensitive values you don't wish to persist to a file. The `Env Var Prefix` denotes the prefix the environment variable should have. The environment variable is formatting is `_`, e.g. `env:ALZ_iac_type = "terraform"` or `./accelerator/target`. + >NOTE: The following inputs can also be supplied via environment variables. This may be useful for sensitive values you don't wish to persist to a file. The `Env Var Prefix` denotes the prefix the environment variable should have. The environment variable is formatting is `_`, e.g. `env:ALZ_iac_type = "terraform"` or `env:TF_VAR_target_directory = "./accelerator/target"`. | Input | Env Var Prefix | Placeholder | Description | | - | - | -- | --- |