PSCloudFormation.netcore.psd1
@{ ModuleVersion = "2.2.0" CompatiblePSEditions = @("Core") HelpInfoURI = "https://github.com/fireflycons/PSCloudFormation" GUID = "87c7f071-2c52-4fb7-9348-17de474650b8" FunctionsToExport = @("Get-PSCFNStackOutputs", "New-PSCFNStack", "Remove-PSCFNStack", "Reset-PSCFNStack", "Update-PSCFNStack", "New-PSCFNPackage") PowerShellVersion = "6.0" Description = "Wrapper for CloudFormation Deployments" Copyright = "(c) 2018 Alistair Mackay. All rights reserved." PrivateData = @{ PSData = @{ ExternalModuleDependencies = @("AWSPowerShell.netcore") ProjectUri = "https://github.com/fireflycons/PSCloudFormation" ReleaseNotes = "https://github.com/fireflycons/PSCloudFormation/blob/master/RELEASENOTES.md" LicenseUri = "https://github.com/fireflycons/PSCloudFormation/blob/master/LICENSE" Tags = @("AWS", "CloudFormation") } } Author = "Alistair Mackay" CompanyName = "Firefly Consulting Ltd." VariablesToExport = @() AliasesToExport = @() RootModule = "PSCloudFormation.psm1" RequiredModules = @("AWSPowerShell.netcore") CmdletsToExport = @() } |