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