This pull request includes several documentation updates to clarify the usage of configuration file paths and default directory values. The most important changes involve adding instructions for escaping backslashes in YAML file paths on Windows and specifying how to handle default directory values.
Pull Request
Description
This pull request includes several documentation updates to clarify the usage of configuration file paths and default directory values. The most important changes involve adding instructions for escaping backslashes in YAML file paths on Windows and specifying how to handle default directory values.
Clarifications in documentation:
docs/wiki/[User-Guide]-Quick-Start-Phase-2-Local.md
: Updated the description for thetarget_directory
input to specify that the placeholder value<target-directory>
should be removed to use the default value. (docs/wiki/[User-Guide]-Quick-Start-Phase-2-Local.mdL45-R45, docs/wiki/[User-Guide]-Quick-Start-Phase-2-Local.mdL113-R113)docs/wiki/[User-Guide]-Starter-Module-Terraform-Complete-Multi-Region.md
: Added a note that backslashes need to be escaped in YAML file paths on Windows. (docs/wiki/[User-Guide]-Starter-Module-Terraform-Complete-Multi-Region.mdL18-R18)docs/wiki/[User-Guide]-Starter-Module-Terraform-Complete-VNext.md
: Added a note that backslashes need to be escaped in YAML file paths on Windows. (docs/wiki/[User-Guide]-Starter-Module-Terraform-Complete-VNext.mdL19-R19)docs/wiki/[User-Guide]-Starter-Module-Terraform-Complete.md
: Added a note that backslashes need to be escaped in YAML file paths on Windows. (docs/wiki/[User-Guide]-Starter-Module-Terraform-Complete.mdL17-R17)License
By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.