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