Things like passwords that have the NoEcho parameters in the CloudFormation template contains sensitive information that shouldn't be hard coded in the region configuration file.
-DBPassword: '****'
+DBPassword: password
-DBUsername: '****'
+DBUsername: username
A special YAML parameter should be recognized in the configuration file that would read from stdin.
Things like passwords that have the
NoEchoparameters in the CloudFormation template contains sensitive information that shouldn't be hard coded in the region configuration file.A special YAML parameter should be recognized in the configuration file that would read from stdin.