Created
August 22, 2020 03:46
-
-
Save MertSenel/4ed4c1453f20c9fa0857b5a18c1bad53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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