Skip to content

Commit 369acc0

Browse files
fix(deps): Update Terraform random to v3.6.2 (#327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46e7879 commit 369acc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/data_warehouse/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ terraform {
4242
}
4343
random = {
4444
source = "hashicorp/random"
45-
version = "3.6.1"
45+
version = "3.6.2"
4646
}
4747
}
4848
required_version = ">= 0.13"

0 commit comments

Comments
 (0)