mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-15 19:10:46 -04:00
8 lines
99 B
HCL
8 lines
99 B
HCL
variable "okay" {
|
|
}
|
|
|
|
variable {
|
|
name = "test"
|
|
default = "test_value"
|
|
type = "string"
|
|
}
|