Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
refresh-var
/
main.tf
blob: af73b1c1b7e132d9defe5dcc36030d5fe5ccffcf [
file
] [
log
] [
blame
]
variable
"foo"
{}
provider
"test"
{
value
=
"${var.foo}"
}
resource
"test_instance"
"foo"
{}