We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0976abc commit a93686bCopy full SHA for a93686b
main.tf
@@ -74,7 +74,6 @@ resource "azurerm_storage_container" "storcont" {
74
#-------------------------------------------------------------
75
76
resource "random_password" "main" {
77
- count = var.admin_password == null ? 1 : var.admin_password
78
length = var.random_password_length
79
min_upper = 4
80
min_lower = 2
0 commit comments