github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/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 }