mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
Signed-off-by: James Humphries <james@james-humphries.co.uk> Signed-off-by: James Humphries <James@james-humphries.co.uk> Co-authored-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
14 lines
202 B
HCL
14 lines
202 B
HCL
output "out1" {
|
|
value = "value1"
|
|
deprecated = "Use new_out1"
|
|
}
|
|
|
|
output "out2" {
|
|
value = "value2"
|
|
deprecated = "Use new_out2"
|
|
}
|
|
|
|
output "out3" {
|
|
value = "value3"
|
|
deprecated = "Use new_out3"
|
|
} |