github.com/pulumi/terraform@v1.4.0/pkg/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  }