blob: bc45f28f5637f690e05d1f2533d8bfb1ec6b4081 [file] [log] [blame]
resource "null_resource" "foo" {
triggers {
random = "${guid()}"
}
}