blob: 01a870da8818417b0fc5229e7e7d00978abda6e1 [file] [log] [blame]
module "example" {
source = "./example2"
kept = "primary kept"
foo = "primary foo"
providers = {
test = test.foo
}
depends_on = [null_resource.test]
}
resource "null_resource" "test" {}