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
"185.166.140.0/22", | |
"18.184.99.128/25", | |
"18.205.93.0/27", | |
"18.136.214.0/25", | |
"13.236.8.128/25", | |
"13.52.5.0/25", | |
"18.234.32.128/25", | |
"18.246.31.128/25", | |
"52.215.192.128/25", | |
"103.233.242.0/24", |
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
#!/bin/sh | |
# | |
# SymLinks the environment's files to a separate file structure for each environments | |
# | |
# (initially done for terragrunt (see https://github.com/gruntwork-io/terragrunt#execute-terraform-commands-on-multiple-modules-at-once) | |
# but modified to include *all* tf files of an environment (to overcome the interpolation in provider issue with multiple accounts)) | |
# | |
# Must be run in terraform/stacks/ folder, will update/create links | |
# |