0
0
llucycodes42
This code enables scaleway to provision a Scaleway cloud instance in the region par1.
Shortcut: tf_scaleway
provider "scaleway" {
access_key = " "
organization = " "
region = "par1"
}
0
0
llucycodes42
This code enables scaleway to provision a Scaleway cloud instance in the region par1.
Shortcut: tf_scaleway
provider "scaleway" {
access_key = " "
organization = " "
region = "par1"
}