File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ resource "ibm_pi_instance" "bootstrap" {
9292 pi_key_pair_name = " ${ var . name_prefix } keypair"
9393 pi_health_status = " WARNING"
9494 pi_storage_pool = data. ibm_pi_image . rhcos . storage_pool
95+ pi_storage_type = data. ibm_pi_image . rhcos . storage_type
9596
9697 pi_network {
9798 network_id = data. ibm_pi_network . network . id
@@ -146,6 +147,7 @@ resource "ibm_pi_instance" "master" {
146147 pi_key_pair_name = " ${ var . name_prefix } keypair"
147148 pi_health_status = " WARNING"
148149 pi_storage_pool = data. ibm_pi_image . rhcos . storage_pool
150+ pi_storage_type = data. ibm_pi_image . rhcos . storage_type
149151
150152 pi_network {
151153 network_id = data. ibm_pi_network . network . id
@@ -216,6 +218,7 @@ resource "ibm_pi_instance" "worker" {
216218 pi_key_pair_name = " ${ var . name_prefix } keypair"
217219 pi_health_status = " WARNING"
218220 pi_storage_pool = data. ibm_pi_image . rhcos . storage_pool
221+ pi_storage_type = data. ibm_pi_image . rhcos . storage_type
219222
220223 pi_network {
221224 network_id = data. ibm_pi_network . network . id
You can’t perform that action at this time.
0 commit comments