Skip to content

Commit a93686b

Browse files
committed
module update
1 parent 0976abc commit a93686b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ resource "azurerm_storage_container" "storcont" {
7474
#-------------------------------------------------------------
7575

7676
resource "random_password" "main" {
77-
count = var.admin_password == null ? 1 : var.admin_password
7877
length = var.random_password_length
7978
min_upper = 4
8079
min_lower = 2

0 commit comments

Comments
 (0)