mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
8 lines
80 B
HCL
8 lines
80 B
HCL
|
|
output "string" {
|
|
value = "Hello, world!"
|
|
}
|
|
|
|
output "number" {
|
|
value = 0
|
|
}
|