The random_uuid resource allows the creation of random UUIDs.
random_uuid
resource "random_uuid" "uuid" {} output "uuid" { value = resource.random_uuid.uuid.value }
Last updated 1 month ago