Ramdom UUID module generate and return athe value as output.
A UUID (Universally Unique Identifier) is a 128-bit number used to uniquely identify information in computer systems, typically displayed as a 36-character string of hexadecimal digits separated by hyphens. Its purpose is to create a unique identifier that is so unlikely to be duplicated that it can be generated locally on different systems without needing a central authority.
N/A
N/A
Generate a Universally Unique Identifier.
module "uuid" {
source = "app.terraform.io/random/uuid"
version = "0.0.0"
}The following requirements are needed by this module:
No modules.
No required inputs.
No optional inputs.
The following resources are used by this module:
- random_uuid.this (resource)
The following outputs are exported:
Description: The generated uuid presented in string format.