This module deploys simple-server to SAKURA Cloud.
sakuracloud_server
sakuracloud_disk
sakuracloud_ssh_key
Customizations to the base installation are made to the Terraform variables for each deployment.
Examples of variables are provided in the file examples/server.tf
.
Get the modules and providers that Terraform will use to create the server resources:
$ terraform init
Test the blueprint before deploying:
$ terraform plan
Next, deploy the server:
$ terraform apply
terraform-sakuracloud-server
Copyright (C) 2018-2019 Kazumichi Yamamoto.
This project is published under Apache 2.0 License.
- Kazumichi Yamamoto (@yamamoto-febc)