Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
stacks
/
stackruntime
/
testdata
/
mainbundle
/
test
/
legacy-module
/
main.tf
blob: 9dcd74cfbc3b9eb0d353695f5f6acee3ddaf00ef [
file
] [
log
] [
blame
]
variable
"id"
{
type
=
string
default
=
null
nullable
=
true
# We'll generate an ID if none provided.
}
variable
"input"
{
type
=
string
}
resource
"testing_resource"
"data"
{
id
=
var
.
id
value
=
var
.
input
}