Skip to content

Commit 5730f9e

Browse files
fix(deps): update terraform random to latest for deployable architectures (#529)
1 parent 800bf4a commit 5730f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/standard/version.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
random = {
1414
source = "hashicorp/random"
15-
version = "3.6.3"
15+
version = "3.7.1"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)