terraform/website/source/intro/getting-started
alexis-turpin f16309630e Update the PowerShell example to set the PATH (#9771)
`set PATH=%PATH%;C:\terraform` is the old fashioned CMD ways to do which doesn't work in a PowerShell command line.
Moreover, the change made in the CMD console would not be permanent.

The solution proposed here uses .NET Framework’s System.Environment class in PowerShell to properly edit the path.
Source : https://technet.microsoft.com/en-us/library/ff730964.aspx
2016-11-01 14:56:18 +00:00
..
build.html.md Very minor fix in the docs (#9748) 2016-10-31 18:00:04 +00:00
change.html.md
dependencies.html.md
destroy.html.md
install.html.markdown Update the PowerShell example to set the PATH (#9771) 2016-11-01 14:56:18 +00:00
modules.html.md Added note about requiring a default VPC. 2016-10-03 11:45:05 -05:00
next-steps.html.markdown
outputs.html.md
provision.html.md Update provision.html.md 2016-10-19 00:03:31 -04:00
remote.html.markdown
variables.html.md Pass over the Interpolation page (#9703) 2016-10-29 01:13:09 +01:00