0
0
llucycodes42
This code sets the architecture of the Ubuntu image to arm.
Shortcut: tf_scaleway_image
data "scaleway_image" "${config}" {
architecture = "arm"
name = "Ubuntu Precise"
}
0
0
llucycodes42
This code sets the architecture of the Ubuntu image to arm.
Shortcut: tf_scaleway_image
data "scaleway_image" "${config}" {
architecture = "arm"
name = "Ubuntu Precise"
}