Skip to content

Commit 065ff2a

Browse files
chore(deps): update terraform random to v3.9.0
1 parent a43c1eb commit 065ff2a

5 files changed

Lines changed: 67 additions & 36 deletions

File tree

tf/deployment/modules/shared/1password/account/.terraform.lock.hcl

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

tf/deployment/modules/shared/1password/account/config.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.8.1"
14+
version = "3.9.0"
1515
}
1616
tls = {
1717
source = "hashicorp/tls"

tf/deployment/modules/shared/1password/futo-account/.terraform.lock.hcl

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

tf/deployment/modules/shared/1password/futo-account/config.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.8.1"
14+
version = "3.9.0"
1515
}
1616
tls = {
1717
source = "hashicorp/tls"

tf/shared/modules/secrets/generated/config.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
random = {
88
source = "hashicorp/random"
9-
version = "3.8.1"
9+
version = "3.9.0"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)