Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-computed-in-function
/
main.tf
blob: 554394de6aae8bbb67bc77b84581c894c117103a [
file
] [
log
] [
blame
]
data
"aws_data_source"
"foo"
{
}
resource
"aws_instance"
"bar"
{
attr
=
"${length(data.aws_data_source.foo.computed)}"
}