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