PSCloudFormation.netcore.psd1

@{
    Copyright = "(c) 2018 Alistair Mackay. All rights reserved."
    PrivateData = @{
        PSData = @{
            Tags = @("AWS", "CloudFormation")
            LicenseUri = "https://github.com/fireflycons/PSCloudFormation/blob/master/LICENSE"
            ExternalModuleDependencies = @("AWSPowerShell.netcore")
            ProjectUri = "https://github.com/fireflycons/PSCloudFormation"
            ReleaseNotes = "https://github.com/fireflycons/PSCloudFormation/blob/master/RELEASENOTES.md"
        }

    }

    CmdletsToExport = @()
    CompatiblePSEditions = @("Core")
    VariablesToExport = @()
    Description = "Wrapper for CloudFormation Deployments"
    FunctionsToExport = @("Get-PSCFNStackOutputs", "New-PSCFNStack", "Remove-PSCFNStack", "Reset-PSCFNStack", "Update-PSCFNStack")
    HelpInfoURI = "https://github.com/fireflycons/PSCloudFormation"
    PowerShellVersion = "6.0"
    GUID = "87c7f071-2c52-4fb7-9348-17de474650b8"
    ModuleVersion = "1.6.0"
    Author = "Alistair Mackay"
    RootModule = "PSCloudFormation.psm1"
    RequiredModules = @("AWSPowerShell.netcore")
    AliasesToExport = @()
    CompanyName = "Firefly Consulting Ltd."
}