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 authored and lonegunmanb committed Mar 13, 2024
1 parent d20b377 commit af3114c
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 af3114c

Please sign in to comment.