You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data"scaleway_instance_image""ubuntu" {
architecture="arm"# Desired arch. label="ubuntu-bionic"# Exact label of desired image.fixed=true# If true, never update the underlying local image UUID.
}
The text was updated successfully, but these errors were encountered:
data"scaleway_instance_image""ubuntu" {
architecture="arm"# Desired arch. label="ubuntu-bionic"# Exact label of desired image.latest=true# If true will alwys fetch the latest version
}
As it is described in #225, this data source will replace
scaleway_image
.We have to take https://github.com/terraform-providers/terraform-provider-scaleway/issues/95 in consideration for the design of this new data source.
Proposal draft
The text was updated successfully, but these errors were encountered: