Skip to content

Commit

Permalink
PLT-1444:Fixed day 2 change issue on image_template_folder (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM authored Oct 18, 2024
1 parent 72dc10d commit fe37e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spectrocloud/resource_cluster_vsphere.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ func flattenClusterConfigsVsphere(d *schema.ResourceData, cloudConfig *models.V1
placement := cloudConfig.Spec.ClusterConfig.Placement
ret["datacenter"] = placement.Datacenter
ret["folder"] = placement.Folder
ret["image_template_folder"] = placement.ImageTemplateFolder
}
//Currently we do support ssh_key and ssh_keys in vsphere cluster.
//Handling flatten for if ssh_key is set
Expand Down

0 comments on commit fe37e3d

Please sign in to comment.