We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec2d9e commit b023b63Copy full SHA for b023b63
ecs-check/list-loadbalancers
@@ -20,8 +20,7 @@ do
20
if echo $target | grep bugzilla
21
then
22
stickiness=$(aws --profile uneet-$stage elbv2 describe-target-group-attributes --target-group-arn $target |
23
- jq -r '.Attributes[]|select(.Key=="stickiness.enabled")|.Value')
24
- #jq -r '.Attributes|.[]|select(.Key=="stickiness.enabled")|.Value')
+ jq -r '.Attributes| from_entries."stickiness.enabled"')
25
if test $stickiness != "true"
26
27
echo ""
0 commit comments