mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-20 04:00:40 -04:00
6 lines
77 B
HCL
6 lines
77 B
HCL
resource "null_resource" "foo" {
|
|
triggers {
|
|
random = "${guid()}"
|
|
}
|
|
}
|