Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Hcl2PS
0.1.0
Hcl2PS.psm1
$Script:Hcl2JsonVersion
=
'0.5.0'
foreach
(
$directory
in
@(
'Public'
,
'Private'
)
)
{
Get-ChildItem
-Path
"$PSScriptRoot\$directory\*.ps1"
|
ForEach-Object
{
.
$_
.
FullName
}
}