Skip to content

Commit

Permalink
Fixing wbc storage type in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sourav-citrix committed Feb 14, 2025
1 parent 8fcc0a5 commit c8bdc79
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions internal/test/machine_catalog_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
wbc_disk_storage_type = "StandardSSD_LRS"
persist_wbc = true
persist_os_disk = true
persist_vm = true
Expand Down Expand Up @@ -1630,7 +1630,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
wbc_disk_storage_type = "StandardSSD_LRS"
persist_wbc = true
persist_os_disk = true
persist_vm = true
Expand Down Expand Up @@ -1684,7 +1684,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
wbc_disk_storage_type = "StandardSSD_LRS"
persist_wbc = true
persist_os_disk = true
persist_vm = true
Expand Down Expand Up @@ -1735,7 +1735,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
wbc_disk_storage_type = "StandardSSD_LRS"
persist_wbc = true
persist_os_disk = true
persist_vm = true
Expand Down Expand Up @@ -1786,7 +1786,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
wbc_disk_storage_type = "StandardSSD_LRS"
persist_wbc = true
persist_os_disk = true
persist_vm = true
Expand Down Expand Up @@ -1834,7 +1834,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
wbc_disk_storage_type = "StandardSSD_LRS"
persist_wbc = true
persist_os_disk = true
persist_vm = true
Expand Down Expand Up @@ -1875,7 +1875,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
wbc_disk_storage_type = "StandardSSD_LRS"
persist_wbc = true
persist_os_disk = true
persist_vm = true
Expand Down

0 comments on commit c8bdc79

Please sign in to comment.