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