github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/cloud/testdata/refresh/main.tf (about) 1 resource "random_pet" "always_new" { 2 keepers = { 3 uuid = uuid() # Force a new name each time 4 } 5 length = 3 6 }