diff --git a/audit/audit-gcp.sh b/audit/audit-gcp.sh index f2d52005007..64488e3d985 100755 --- a/audit/audit-gcp.sh +++ b/audit/audit-gcp.sh @@ -136,7 +136,7 @@ gcloud \ # action. gcloud \ container clusters list \ - --format="value(name, location, locations, currentNodeCount, status)" \ + --format="value(name, location, locations, status)" \ > "projects/${PROJECT}/services/${SVC}/clusters.txt" ;; dns)