Skip to content

Commit

Permalink
Definitions Update deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
cibot committed Aug 20, 2024
1 parent e71c6de commit f570ad3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions alsdkdefs/apis/deployments/deployments.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ components:
- deployment
- region
- vpc
description: 'Asset type. Allowed asset types: deployment, region, vpc.'
- host
description: 'Asset type. Allowed asset types: deployment, region, vpc, host.'
key:
type: string
description: Asset Key
Expand All @@ -254,11 +255,12 @@ components:
properties:
type:
type: string
description: 'Asset type. Allowed asset types: region, vpc, subnet.'
description: 'Asset type. Allowed asset types: region, vpc, subnet, host.'
enum:
- region
- vpc
- subnet
- host
key:
type: string
description: Asset Key
Expand Down

0 comments on commit f570ad3

Please sign in to comment.