Created
December 4, 2018 06:26
-
-
Save darylteo/87dfdf5cabd2436494d9abecbc8686f6 to your computer and use it in GitHub Desktop.
Updating EC2 groups from Bitbucket IP Address Ranges
This file contains 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
temp = "copy json here"; | |
for(i = 0; i < temp.items.length; i++) { $$('input[name="source"]')[i].value = temp.items[i].cidr; $$('input[name="portRange"]')[i].value = 5000; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment