Skip to content

Commit 3b5f265

Browse files
fix(deps): Update Terraform random to v3.6.1 (#321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 464f2c8 commit 3b5f265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/data_warehouse/versions.tf

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

0 commit comments

Comments
 (0)