github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/terraform/testdata/provider-meta-data-set/main.tf (about) 1 data "test_data_source" "foo" { 2 foo = "bar" 3 } 4 5 terraform { 6 provider_meta "test" { 7 baz = "quux" 8 } 9 } 10 11 module "my_module" { 12 source = "./my-module" 13 }