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
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)
| Name | Type | Description | Default |
|---|---|---|---|
| random_length | number | Length of generated string | required |
| random_upper | bool | Use upper case characters | false |
| random_override_special | string | Set of special characters to be used in password | "!?" |
Outputs (1)
random_value — Randomly generated string valueResources (1)
random_string
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.3
Cloud RANDOM
Total downloads786
Inputs3
Outputs1
Resources1
Namespacejfblg
Updated