Skip to content

Commit

Permalink
Merge pull request #11 from pluralsh/renovate/random-3.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform random to v3.6.0
  • Loading branch information
michaeljguarino authored Dec 27, 2023
2 parents da3cab7 + 87bbdc4 commit 1b5c289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion providers/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.3.2"
version = "3.6.0"
}
helm = {
source = "hashicorp/helm"
Expand Down
2 changes: 1 addition & 1 deletion providers/azure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.3.2"
version = "3.6.0"
}
helm = {
source = "hashicorp/helm"
Expand Down
2 changes: 1 addition & 1 deletion providers/gcp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.3.2"
version = "3.6.0"
}
helm = {
source = "hashicorp/helm"
Expand Down

0 comments on commit 1b5c289

Please sign in to comment.