Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 2608e2c

Browse files
committed
Update Terraform random to v3
1 parent 6da26ad commit 2608e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/provider.tf

Lines changed: 1 addition & 1 deletion
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.2.0"
2727
}
2828

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

0 commit comments

Comments
 (0)