Skip to content

Commit

Permalink
module update
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarvna committed Jun 19, 2021
1 parent 0976abc commit a93686b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ resource "azurerm_storage_container" "storcont" {
#-------------------------------------------------------------

resource "random_password" "main" {
count = var.admin_password == null ? 1 : var.admin_password
length = var.random_password_length
min_upper = 4
min_lower = 2
Expand Down

0 comments on commit a93686b

Please sign in to comment.