mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-25 10:02:16 -04:00
4 lines
71 B
HCL
4 lines
71 B
HCL
resource "null_resource" "var" {
|
|
key = "${module.unknown.value}"
|
|
}
|