File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Update nodes connection address environment variables
44# from AWS Route53 internal hosted zone
55
6+ VERSION=' 0.0.1'
7+
68# Colors
79C_RESET=' \033[0m'
810C_RED=' \033[1;31m'
@@ -60,6 +62,8 @@ if [ ! -f "${file_flag}" ]; then
6062 exit 1
6163fi
6264
65+ verbose " ${PREFIX_INFO} Script version: v${VERSION} "
66+
6367verbose " ${PREFIX_INFO} Source environment variables"
6468. ${file_flag}
6569
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3- # Collect secrets from AWS SSM Parameter Store and output as environment variable exports.
3+ # Collect secrets from AWS SSM Parameter Store and
4+ # opt out as environment variable exports.
5+
6+ VERSION=' 0.0.1'
47
58# Colors
69C_RESET=' \033[0m'
@@ -58,6 +61,8 @@ if [ -z "${product_flag}" ]; then
5861 exit 1
5962fi
6063
64+ verbose " ${PREFIX_INFO} Script version: v${VERSION} "
65+
6166verbose " ${PREFIX_INFO} Retrieving deployment parameters with tag ${C_GREEN} Product:${product_flag}${C_RESET} "
6267ENV_PARAMETERS=$( aws ssm describe-parameters \
6368 --parameter-filters Key=tag:Product,Values=${product_flag} \
You can’t perform that action at this time.
0 commit comments