Skip to content

Commit

Permalink
fiexed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Apr 28, 2021
1 parent 176dec9 commit d64af57
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1128,8 +1128,6 @@ resource "azurerm_managed_disk" "test" {
storage_account_type = "Standard_LRS"
create_option = "Empty"
disk_size_gb = "4"
disk_iops_read_write = "101"
disk_mbps_read_write = "10"
zones = ["1"]
network_access_policy = "DenyAll"
Expand Down Expand Up @@ -1159,8 +1157,6 @@ resource "azurerm_managed_disk" "test" {
storage_account_type = "Standard_LRS"
create_option = "Empty"
disk_size_gb = "4"
disk_iops_read_write = "102"
disk_mbps_read_write = "11"
zones = ["1"]
network_access_policy = "DenyAll"
Expand Down Expand Up @@ -1200,8 +1196,6 @@ resource "azurerm_managed_disk" "test" {
storage_account_type = "Standard_LRS"
create_option = "Empty"
disk_size_gb = "4"
disk_iops_read_write = "101"
disk_mbps_read_write = "10"
zones = ["1"]
network_access_policy = "AllowPrivate"
disk_access_id = azurerm_disk_access.test.id
Expand Down Expand Up @@ -1242,8 +1236,6 @@ resource "azurerm_managed_disk" "test" {
storage_account_type = "Standard_LRS"
create_option = "Empty"
disk_size_gb = "4"
disk_iops_read_write = "102"
disk_mbps_read_write = "11"
zones = ["1"]
network_access_policy = "AllowPrivate"
disk_access_id = azurerm_disk_access.test.id
Expand Down

0 comments on commit d64af57

Please sign in to comment.