terraform/internal/stacks/stackruntime/testdata/mainbundle/test/component-input-output/component-input-output.tfstack.hcl

8 lines
93 B
HCL

variable "value" {
type = string
}
output "value" {
type = string
value = var.value
}