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