Skip to content

Commit 33f4cfb

Browse files
chore(deps): update terraform random to ~> 3.7.0
1 parent 8cf16f0 commit 33f4cfb

File tree

2 files changed

+25
-15
lines changed

2 files changed

+25
-15
lines changed

base-infrastructure/terraform/resources/.terraform.lock.hcl

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

base-infrastructure/terraform/resources/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
}
2121
random = {
2222
source = "hashicorp/random"
23-
version = "~> 3.5.1"
23+
version = "~> 3.7.0"
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)