Skip to content

Commit

Permalink
additional test update
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Nov 19, 2024
1 parent 74be2dd commit 9df0eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/azurerm_netapp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "azurerm_netapp_pool" "anf" {

lifecycle {
precondition {
condition = var.size_in_tb == 1 && var.network_features != "Standard"
condition = var.size_in_tb != 1 || var.network_features == "Standard"
error_message = "You can only take advantage of the 1-TiB minimum if all the volumes in the capacity pool are using Standard network features. If any volume is using Basic network features, the minimum size is 4 TiB."
}
}
Expand Down

0 comments on commit 9df0eb8

Please sign in to comment.