mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-20 16:40:08 -05:00
4 lines
48 B
HCL
4 lines
48 B
HCL
output "a" {
|
|
type = string
|
|
value = var.a
|
|
}
|