Closed yamamoto-febc closed 7 years ago
現在は名前やタグでアーカイブを検索する方法のみ。 これを以下のようにos_typeパラメータを追加することで、よく使うアーカイブについては簡易な指定ができるようにする。
os_type
data sakuracloud_archive "ubuntu" { filter = { name = "Name" values = ["Ubuntu Server"] } filter = { name = "Tags" values = ["current-stable","arch-64bit","os-linux"] } }
data sakuracloud_archive "ubuntu" { os_type = "ubuntu" }
以下のような値をとる。
centos
ubuntu
debian
vyos
coreos
kusanagi
site_guard
free_bsd
win_2008
win_2008_rds
win_2008_rds_office
win_2012
win_2012_rds
win_2012_rds_office
centos6 / centos7のようにバージョンを小分けにすべきか?
centos6
centos7
現在は名前やタグでアーカイブを検索する方法のみ。 これを以下のように
os_type
パラメータを追加することで、よく使うアーカイブについては簡易な指定ができるようにする。As-Is
To-Be
追加パラメーター
os_type
以下のような値をとる。
centos
ubuntu
debian
vyos
coreos
kusanagi
site_guard
free_bsd
win_2008
win_2008_rds
win_2008_rds_office
win_2012
win_2012_rds
win_2012_rds_office