mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-18 16:00:48 -04:00
8 lines
104 B
HCL
8 lines
104 B
HCL
resource "null_resource" "noop" {}
|
|
|
|
module "test" {
|
|
source = "./inner"
|
|
|
|
im_a_string = "hello"
|
|
}
|