Skip to content

Commit 33a805f

Browse files
add random to versions.tf, and update .terraform.lock.hcl
1 parent 07f0eba commit 33a805f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.terraform.lock.hcl

+9-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.tf

+4
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ terraform {
1414
source = "hashicorp/helm"
1515
version = "~> 2.0"
1616
}
17+
random = {
18+
source = "hashicorp/random"
19+
version = "~> 3.0"
20+
}
1721
}
1822
}

0 commit comments

Comments
 (0)