mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-22 14:00:57 -05:00
8 lines
104 B
HCL
8 lines
104 B
HCL
resource "null_resource" "noop" {}
|
|
|
|
module "test" {
|
|
source = "./inner"
|
|
|
|
im_a_string = "hello"
|
|
}
|