From a316a684cf91c7649ce8a05f4f2cd359da4da8d0 Mon Sep 17 00:00:00 2001 From: Andres Pozo Date: Fri, 21 Jun 2024 14:47:48 +0200 Subject: [PATCH] Saving changes --- mash/services/api/v1/schema/accounts/ec2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mash/services/api/v1/schema/accounts/ec2.py b/mash/services/api/v1/schema/accounts/ec2.py index 9500f25d..823a4e27 100644 --- a/mash/services/api/v1/schema/accounts/ec2.py +++ b/mash/services/api/v1/schema/accounts/ec2.py @@ -40,7 +40,7 @@ 'enum': ['aws', 'aws-cn', 'aws-us-gov'] } -ec2_subnets = { +test_regions = { 'type': 'array', 'items': { 'type': 'object', @@ -63,7 +63,7 @@ 'group': string_with_example('group1'), 'partition': partition, 'region': string_with_example('us-east-1'), - 'subnets': ec2_subnets + 'test_regions': test_regions }, 'additionalProperties': False, 'required': [