This is a Terraform based project for the deployment of Debian and CentOS servers, for the purposes of my LPI classes. Scaleway is used at the provider in this scenario.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
323B

  1. organization = "11223344-1122-1122-1122-112233445566"
  2. token = "99887766-9988-9988-9988-998877665544"
  3. domain = "example.org"
  4. server_name = {
  5. "debian" = "lpi-deb"
  6. "centos" = "lpi-centos"
  7. }
  8. images = {
  9. "debian" = "0f805370-5622-40df-af56-ac4fcf554b77"
  10. "centos" = "d8c6f7b6-d1d1-47af-aa45-443989644b26"
  11. }