This repository is used to manage a on scaleway using terraform.
- Setup the scaleway provider in your tf file.
- Include this module in your tf file. Refer to documentation.
module "my_service" {
source = "scaleway-terraform-modules/<module>/scaleway"
version = "0.0.1"
# insert required variables here
}
Module is maintained with help from the community.
Mozilla Public License 2.0 Licensed. See LICENSE for full details.