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 36c84b7 commit 72752abCopy full SHA for 72752ab
lib/stack-functions
@@ -451,10 +451,10 @@ stack-resources() {
451
local stack
452
for stack in $stacks; do
453
stack=$(_bma_stack_name_arg "$stack")
454
- aws cloudformation describe-stack-resources \
+ aws cloudformation list-stack-resources \
455
--stack-name $(_bma_stack_name_arg "$stack") \
456
--output "${BMA_OUTPUT_AWS:-text}" \
457
- --query "StackResources[].{
+ --query "StackResourceSummaries[].{
458
PhysicalResourceId: PhysicalResourceId,
459
ResourceType: ResourceType,
460
ResourceStatus: ResourceStatus,
0 commit comments