Skip to content

Commit 3598ad3

Browse files
committed
Update Terraform random to v3
1 parent 9de38bb commit 3598ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/prod/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ provider "github" {
1212
}
1313

1414
provider "random" {
15-
version = "~> 2.3"
15+
version = "~> 3.0"
1616
}
1717

1818
terraform {

terraform/stg/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ provider "github" {
1212
}
1313

1414
provider "random" {
15-
version = "~> 2.3"
15+
version = "~> 3.0"
1616
}
1717

1818
terraform {

0 commit comments

Comments
 (0)