Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-required-output
/
main.tf
blob: 227b5c1530ced97d97f085c50fd3b6f647aacda0 [
file
] [
log
] [
blame
]
resource
"test_resource"
"root"
{
required
=
module
.
mod
.
object
.
id
}
module
"mod"
{
source
=
"./mod"
}