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