-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
documentationinstanceInstance issues, bugs and feature requestsInstance issues, bugs and feature requestspriority:mediumImprovements that are not the main priorityImprovements that are not the main priority
Description
Currently we can use an image label when creating an instance, we should use the marketplace datasource to resolve it.
From:
resource scaleway_instance_server server {
image = "ubuntu_jammy"
}
To:
data scaleway_marketplace_image ubuntu {
label = "ubuntu_jammy"
commercial_type = "DEV1-S"
}
resource scaleway_instance_server server {
image = data.scaleway_marketplace_image.ubuntu
}
remyleone
Metadata
Metadata
Assignees
Labels
documentationinstanceInstance issues, bugs and feature requestsInstance issues, bugs and feature requestspriority:mediumImprovements that are not the main priorityImprovements that are not the main priority