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. }