Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix outscale.yaml ? #15

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions outscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4967,7 +4967,9 @@ components:
BlockDeviceMappingLinkDates:
description: The link dates for the BSU volumes mapped to the VMs (for example,
`2016-01-23T18:45:30.000Z`).
items: string
items:
format: date
type: string
type: array
BlockDeviceMappingStates:
description: The states for the BSU volumes (`attaching` \| `attached` \|
Expand All @@ -4987,7 +4989,8 @@ components:
type: array
CreationDates:
description: The dates when the VMs were launched.
items: string
items:
type: string
type: array
ImageIds:
description: The IDs of the OMIs used to launch the VMs.
Expand Down
Loading