Skip to content

Commit

Permalink
provider update?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 18, 2024
1 parent 5d9d2ea commit a5865a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Random id generator
resource "random_id" "active-directory-random-id" {
byte_length = 16
count = sum([var.active-directory-instance-count])
count = var.active-directory-instance-count
}

# Data of an existing subnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = ">= 3.4.3"
version = ">= 3.6.0"
}
}
}
Expand Down

0 comments on commit a5865a6

Please sign in to comment.