Skip to content

Commit 0976abc

Browse files
committed
module update
1 parent a0a18e3 commit 0976abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

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

7676
resource "random_password" "main" {
77-
count = var.admin_password == null ? 1 : 0
77+
count = var.admin_password == null ? 1 : var.admin_password
7878
length = var.random_password_length
7979
min_upper = 4
8080
min_lower = 2

0 commit comments

Comments
 (0)