resource "random_pet" "always_new" {
keepers = {
uuid = uuid() # Force a new name each time
}
length = 3