From c60292a3fa322c13b0a349c4e33dfec7400dfbae Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Mon, 19 Jul 2021 15:33:51 +0100 Subject: [PATCH] updated aws_config_all_types.sh --- aws_config_all_types.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_config_all_types.sh b/aws_config_all_types.sh index 6513bb3e..f0bdceff 100755 --- a/aws_config_all_types.sh +++ b/aws_config_all_types.sh @@ -39,6 +39,6 @@ usage_args="" help_usage "$@" -aws configservice describe-configuration-recorders | +aws configservice describe-configuration-recorders --output json | jq -r '.ConfigurationRecorders[] | [.name, .recordingGroup.allSupported, .recordingGroup.includeGlobalResourceTypes] | @tsv' | column -t