mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-25 16:06:25 -06:00
8 lines
97 B
HCL
8 lines
97 B
HCL
data "test_data_source" "foo" {
|
|
foo = "bar"
|
|
}
|
|
|
|
module "my_module" {
|
|
source = "./my-module"
|
|
}
|