jarm

jfblg/jarm/random

Terraform Module HCL RANDOM
Install
module "jarm" {
source = "jfblg/jarm/random"
version = "0.0.3"
}
plain text: /constructs/tfmod-jfblg-jarm-random/install.txt
⭐ Source on GitHub 📦 Registry page
README

JARM - Just Another Random Module This module uses the Hashicorp random module to generate strings. It was created during my learning of terraform. Wiht a goal to publish a module to the registry and refer to it from my local configuration. Upload to registry works. I will now increment version.

Inputs (3)
NameTypeDescriptionDefault
random_lengthnumberLength of generated string required
random_upperboolUse upper case charactersfalse
random_override_specialstringSet of special characters to be used in password"!?"
Outputs (1)
random_value — Randomly generated string value
Resources (1)
random_string
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.3
Cloud RANDOM
Total downloads786
Inputs3
Outputs1
Resources1
Namespacejfblg
Updated