mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-26 16:47:56 -04:00
8 lines
No EOL
92 B
HCL
8 lines
No EOL
92 B
HCL
variable "sample" {
|
|
type = bool
|
|
default = true
|
|
}
|
|
|
|
output "name" {
|
|
value = var.sample
|
|
} |