Skip to content

Commit

Permalink
add random provier
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 8, 2024
1 parent 15b9aea commit 674d2e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ terraform {
source = "hashicorp/tls"
version = ">= 3.1.0"
}
random = {
source = "hashicorp/random"
version = ">= 3.6.0"
}
# http = {
# source = "hashicorp/http"
# version = ">= 2.1.0"
Expand Down

0 comments on commit 674d2e5

Please sign in to comment.