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

Commit fd7e20e

Browse files
committed
Update Terraform random to v3
1 parent b9650ea commit fd7e20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ provider "null" {
3333
version = "~> 2.1.2"
3434
}
3535
provider "random" {
36-
version = "~> 2.1.2"
36+
version = "~> 3.0.0"
3737
}
3838
provider "template" {
3939
version = "~> 2.1.2"

0 commit comments

Comments
 (0)