github.com/hugorut/terraform@v1.1.3/src/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  }