Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
test
/
with-default-variables
/
main.tf
blob: 0ada3b9031f7b6633cb01705c614957c741539a0 [
file
] [
log
] [
blame
]
variable
"input_one"
{
type
=
string
}
variable
"input_two"
{
type
=
string
}
resource
"test_resource"
"resource"
{
value
=
"${var.input_one} - ${var.input_two}"
}