Skip to content

Commit

Permalink
remove sum since one
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 17, 2024
1 parent d37dfa7 commit 37a644a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Random uuid generator
resource "random_uuid" "active-directory-random-uuid" {
count = sum([var.active-directory-instance-count])
count = var.active-directory-instance-count
}

# Data of an existing subnet
Expand Down

0 comments on commit 37a644a

Please sign in to comment.