Skip to content

Commit

Permalink
Fixing storage type in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
sourav-citrix committed Feb 14, 2025
1 parent 934675f commit 10e818d
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 @@ -1574,7 +1574,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
container = "%s"
master_image = "%s"
}
storage_type = "Standard_LRS"
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
Expand Down Expand Up @@ -1627,7 +1627,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
container = "%s"
master_image = "%s"
}
storage_type = "Standard_LRS"
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
Expand Down Expand Up @@ -1680,7 +1680,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
container = "%s"
master_image = "%s"
}
storage_type = "Standard_LRS"
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
Expand Down Expand Up @@ -1732,7 +1732,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
machine_profile_vm_name = "%s"
machine_profile_resource_group = "%s"
}
storage_type = "Standard_LRS"
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
Expand Down Expand Up @@ -1783,7 +1783,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
machine_profile_vm_name = "%s"
machine_profile_resource_group = "%s"
}
storage_type = "Standard_LRS"
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
Expand Down Expand Up @@ -1831,7 +1831,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
container = "%s"
master_image = "%s"
}
storage_type = "Standard_LRS"
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
Expand Down Expand Up @@ -1872,7 +1872,7 @@ resource "citrix_machine_catalog" "testMachineCatalog%s" {
container = "%s"
master_image = "%s"
}
storage_type = "Standard_LRS"
storage_type = "StandardSSD_LRS"
use_managed_disks = true
writeback_cache = {
wbc_disk_storage_type = "Standard_LRS"
Expand Down

0 comments on commit 10e818d

Please sign in to comment.