Skip to content

benoitblais-hashicorp-demo/terraform-random-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Randum UUID

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.

Permissions

N/A

Authentication

N/A

Features

Generate a Universally Unique Identifier.

Usage example

module "uuid" {
  source  = "app.terraform.io/random/uuid"
  version = "0.0.0"
}

Documentation

Requirements

The following requirements are needed by this module:

Modules

No modules.

Required Inputs

No required inputs.

Optional Inputs

No optional inputs.

Resources

The following resources are used by this module:

Outputs

The following outputs are exported:

Description: The generated uuid presented in string format.

About

Terraform module to manage random resources.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages