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/bash | |
# This script will find all AWS CloudFormation stacks matching the supplied filter | |
# and export the outputs into environment variables. | |
# | |
# This script is assumed to be run on a host with an IAM profile matching the following: | |
# | |
# { | |
# "Version": "2012-10-17", | |
# "Statement": [ |