Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
stacks
/
stackconfig
/
testdata
/
basics-bundle
/
builtin
/
component
/
main.tf
blob: 6a631d3cb227c5dbb0a63b391968d9170779e088 [
file
] [
log
] [
blame
]
variable
"name"
{
type
=
string
}
resource
"terraform_data"
"example"
{
input
=
{
message
=
"Hello, ${var.name}!"
}
}
output
"greeting"
{
value
=
terraform_data
.
example
.
input
.
message
}