terraform/website/source
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
..
assets Merge remote-tracking branch 'hashicorp/master' into website-update 2016-10-31 15:26:47 -07:00
docs provider/aws: Adding a datasource for aws_ebs_volume (#9753) 2016-11-01 14:15:31 +00:00
intro Update the PowerShell example to set the PATH (#9771) 2016-11-01 14:56:18 +00:00
layouts provider/aws: Adding a datasource for aws_ebs_volume (#9753) 2016-11-01 14:15:31 +00:00
upgrade-guides Fixed grammatical error. 2016-10-13 14:10:32 +11:00
.gitignore
404.html.erb
community.html.erb website: Adding gitter link to the community page 2016-10-07 01:09:50 +01:00
downloads.html.erb docs/website: Linking the downloads page to the upgrade guide for 0.7 (#7913) 2016-08-03 05:06:44 +10:00
feature-card-write.svg add and style feature-card graphics 2016-10-04 16:03:46 -07:00
index.html.erb final copy edits 2016-10-31 15:52:32 -07:00
robots.txt
security.html.erb Add security page (#9717) 2016-11-01 13:56:08 +00:00
sitemap.xml.builder