Skip to content

Commit

Permalink
chore(deps): update terraform random to v3.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Oct 24, 2024
1 parent c63b5ce commit f028bd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/gcp/modules/bastion/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
source = "hashicorp/google"
}
random = {
version = "3.5.1"
version = "3.6.3"
source = "hashicorp/random"
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/modules/gke_cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
source = "hashicorp/google-beta"
}
random = {
version = "3.5.1"
version = "3.6.3"
source = "hashicorp/random"
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/modules/mysql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
source = "hashicorp/google"
}
random = {
version = "3.5.1"
version = "3.6.3"
source = "hashicorp/random"
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/modules/redis/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
source = "hashicorp/google"
}
random = {
version = "3.5.1"
version = "3.6.3"
source = "hashicorp/random"
}
}
Expand Down

0 comments on commit f028bd9

Please sign in to comment.