Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
valid-modules
/
override-module
/
primary.tf
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"
{}