Skip to content

Commit 7a5aa71

Browse files
authored
Merge pull request #2428 from OWASP/renovate/random-3.x
chore(deps): update terraform random to ~> 3.8.0
2 parents 9f03e9c + 0245ba9 commit 7a5aa71

File tree

6 files changed

+75
-75
lines changed

6 files changed

+75
-75
lines changed

aws/.terraform.lock.hcl

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
random = {
1010
source = "hashicorp/random"
11-
version = "~> 3.7.0"
11+
version = "~> 3.8.0"
1212
}
1313
http = {
1414
source = "hashicorp/http"

azure/.terraform.lock.hcl

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
random = {
66
source = "hashicorp/random"
7-
version = "~> 3.7.0"
7+
version = "~> 3.8.0"
88
}
99
azurerm = {
1010
source = "hashicorp/azurerm"

gcp/.terraform.lock.hcl

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
}
1212
random = {
1313
source = "hashicorp/random"
14-
version = "~> 3.7.0"
14+
version = "~> 3.8.0"
1515
}
1616
http = {
1717
source = "hashicorp/http"

0 commit comments

Comments
 (0)