Skip to content

Commit 72752ab

Browse files
author
Andrew Lorien
committed
https://github.com/bash-my-aws/bash-my-aws/pull/339
1 parent 36c84b7 commit 72752ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/stack-functions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,10 @@ stack-resources() {
451451
local stack
452452
for stack in $stacks; do
453453
stack=$(_bma_stack_name_arg "$stack")
454-
aws cloudformation describe-stack-resources \
454+
aws cloudformation list-stack-resources \
455455
--stack-name $(_bma_stack_name_arg "$stack") \
456456
--output "${BMA_OUTPUT_AWS:-text}" \
457-
--query "StackResources[].{
457+
--query "StackResourceSummaries[].{
458458
PhysicalResourceId: PhysicalResourceId,
459459
ResourceType: ResourceType,
460460
ResourceStatus: ResourceStatus,

0 commit comments

Comments
 (0)