module
hashicorp/module/random
Terraform Module
HCL
RANDOM
A test Terraform module for use in CI pipelines
Install
module "module" {
source = "hashicorp/module/random"
version = "1.0.0"
}
Inputs (1)
| Name | Type | Description | Default |
|---|---|---|---|
| string_length | number | The length of the random string | 8 |
Outputs (1)
random_stringResources (1)
random_string