id

BrynardSecurity-terraform/id/random

Terraform Module HCL RANDOM
Install
module "id" {
source = "BrynardSecurity-terraform/id/random"
version = "0.0.1"
}
plain text: /constructs/tfmod-brynardsecurity-terraform-id-random/install.txt
⭐ Source on GitHub 📦 Registry page
README

Welcome to Terraform Random ID Module 👋 !Version > Terraform Random ID module to generate random ID's for various purposes Author 👤 Ralph Brynard Github: @RalphBrynard Show your support Give a ⭐️ if this project helped you! * _This README was generated with ❤️ by readme-md-generator_

Inputs (4)
NameTypeDescriptionDefault
upperstringWhether the random ID should include upper-case characters required
lowerboolWhether random ID should include lower-case characterstrue
specialboolWhether random ID should include special charactersfalse
lengthnumberByte length to use for the random ID8
Outputs (1)
random_id
Resources (1)
random_string
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud RANDOM
★ Stars0
Forks0
Total downloads475
Inputs4
Outputs1
Resources1
NamespaceBrynardSecurity-terraform
Updated