diff --git a/oks_cli/project.py b/oks_cli/project.py index a92d5e0..c05bbf1 100644 --- a/oks_cli/project.py +++ b/oks_cli/project.py @@ -352,7 +352,8 @@ def project_get_quotas(ctx, project_name, output, profile): ["Collection", "QuotaCollection"], ["Description", "ShortDescription"], ["Max Value", "MaxValue"], - ["Used Value", "UsedValue"]]) + ["Used Value", "UsedValue"], + ["AccountId", "AccountId"]]) print_table(data["subregions"], [["Region", "RegionName"], ["Availability Zone", "SubregionName"], ["State", "State"]])