-
-
Notifications
You must be signed in to change notification settings - Fork 0
null∕random
GitHub Actions edited this page Oct 28, 2024
·
1 revision
To use this module in your Terraform, refer to the below module example:
module "null_random" {
source = "git::https://github.com/techpivot/terraform-modules-demo.git?ref=null/random/v1.2.0"
# See inputs below for additional required parameters
}
Name | Version |
---|---|
terraform | >= 1.0 |
Name | Version |
---|---|
random | n/a |
No modules.
Name | Type |
---|---|
random_string.random | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
length | The length of the string | string |
16 |
no |
Name | Description |
---|---|
random_string | Random string value |
- PR #5 - feat: allow random string length to be configurable
- PR #4 - feat: add another demo module null/random
- feat: add another demo module null/random
- Introduced a new demo module for testing purposes.
- This module will be used for random functionality testing.
- PR #4 - feat: add another demo module null/random
- feat: add another demo module null/random
- Introduced a new demo module for testing purposes.
- This module will be used for random functionality testing.