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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
93 B
HCL
Raw Permalink Normal View History

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