Skip to content

Commit 28fe070

Browse files
committed
Update Terraform random to v3
1 parent 6e17274 commit 28fe070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/provider.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ provider "google" {
2323

2424
// Pins the version of the "random" provider
2525
provider "random" {
26-
version = "~> 2.1.2"
26+
version = "~> 3.5.0"
2727
}
2828

2929
// Pins the version of the "template" provider

0 commit comments

Comments
 (0)