Skip to content

Commit

Permalink
Saving changes
Browse files Browse the repository at this point in the history
  • Loading branch information
apozsuse committed Jun 21, 2024
1 parent 3d4d077 commit a316a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mash/services/api/v1/schema/accounts/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'enum': ['aws', 'aws-cn', 'aws-us-gov']
}

ec2_subnets = {
test_regions = {
'type': 'array',
'items': {
'type': 'object',
Expand All @@ -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': [
Expand Down

0 comments on commit a316a68

Please sign in to comment.