Skip to content

Commit

Permalink
debug getValueByAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Jan 20, 2024
1 parent e65da93 commit b0621da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/aws/dependencies/configOperations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ function printAllConfig(){
function getValueByAttribute(){
local instanceName=$1
local attribute=$2
echo "instanceName: $instanceName"
echo "attribute: $attribute"
local backet=$(getBucketByBucketKey "$(getConfigAsJson)" $instanceName)
echo "backet: $backet"
local keyName=$(echo "$backet" | \
jq -r --arg instanceName "$instanceName" \
--arg attribute "$attribute" \
Expand Down

0 comments on commit b0621da

Please sign in to comment.