Adding hashicorp/random provider

This commit is contained in:
shockrah 2025-11-04 23:16:58 -08:00
parent 7f5b3205d0
commit 469b3d08ce

View File

@ -27,11 +27,14 @@ terraform {
source = "hashicorp/helm" source = "hashicorp/helm"
version = "3.0.2" version = "3.0.2"
} }
tls = { tls = {
source = "hashicorp/tls" source = "hashicorp/tls"
version = "4.1.0" version = "4.1.0"
} }
random = {
source = "hashicorp/random"
version = "3.7.2"
}
} }
} }