github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/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 }