id
BrynardSecurity-terraform/id/random
Terraform Module
HCL
RANDOM
Install
module "id" {
source = "BrynardSecurity-terraform/id/random"
version = "0.0.1"
}
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)
| Name | Type | Description | Default |
|---|---|---|---|
| upper | string | Whether the random ID should include upper-case characters | required |
| lower | bool | Whether random ID should include lower-case characters | true |
| special | bool | Whether random ID should include special characters | false |
| length | number | Byte length to use for the random ID | 8 |
Outputs (1)
random_idResources (1)
random_string
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud RANDOM
★ Stars0
Forks0
Total downloads475
Inputs4
Outputs1
Resources1
NamespaceBrynardSecurity-terraform
Updated