mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-08 23:00:30 -05:00
6 lines
77 B
HCL
6 lines
77 B
HCL
resource "null_resource" "foo" {
|
|
triggers {
|
|
random = "${guid()}"
|
|
}
|
|
}
|