Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
#region Service Constants
$ProjectName = 'mert'
$Stage = 'dev'
$ServiceType = 'fnc'
#$Region = "wus"
$Regions = "wus", "aue" ,"neu"
foreach($Region in $Regions) {
# The rest of the Deployment code logic goes here.
}
#endregion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment