mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-29 10:21:01 -06:00
8 lines
104 B
Terraform
8 lines
104 B
Terraform
|
resource "null_resource" "noop" {}
|
||
|
|
||
|
module "test" {
|
||
|
source = "./inner"
|
||
|
|
||
|
im_a_string = "hello"
|
||
|
}
|