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