Sign in
third-party-mirror
/
terraform
/
refs/heads/main
/
.
/
v1.12.2
/
internal
/
configs
/
testdata
/
valid-modules
/
with-tests-nested
/
main.tf
blob: b84d4f3c416b0d15519848604bbf2bc1b9429f86 [
file
] [
log
] [
blame
] [
edit
]
variable
"input"
{
type
=
string
}
resource
"foo_resource"
"a"
{
value
=
var
.
input
}
resource
"bar_resource"
"c"
{}