mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-05 06:50:36 -05:00
5 lines
48 B
HCL
5 lines
48 B
HCL
|
|
output "a" {
|
||
|
|
type = string
|
||
|
|
value = var.a
|
||
|
|
}
|