Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-module-depends-on
/
modb
/
main.tf
blob: 961c5d560bd78ae7ef30b527e63ae73f826e7773 [
file
] [
log
] [
blame
]
resource
"test_instance"
"b"
{
num
=
2
}
data
"test_data_source"
"b"
{
foo
=
"b"
}
output
"out"
{
value
=
test_instance
.
b
.
id
}