Skip to content

Commit

Permalink
Update random version in terraform.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
JFolberth committed Mar 5, 2024
1 parent ddac9c4 commit 4b867d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = ">= 3.5"
version = "~> 3.5"
}
}
}

0 comments on commit 4b867d8

Please sign in to comment.