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