Skip to content
GitHub Actions edited this page Oct 28, 2024 · 1 revision

Usage

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
}

Attributes

Requirements

Name Version
terraform >= 1.0

Providers

Name Version
random n/a

Modules

No modules.

Resources

Name Type
random_string.random resource

Inputs

Name Description Type Default Required
length The length of the string string 16 no

Outputs

Name Description
random_string Random string value

Changelog

v1.2.0 (2024-10-15)

  • PR #5 - feat: allow random string length to be configurable

v1.1.0 (2024-10-11)

  • 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.

v1.0.0 (2024-10-10)

  • 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.