mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-27 09:07:02 -04:00
8 lines
99 B
HCL
8 lines
99 B
HCL
variable "okay" {
|
|
}
|
|
|
|
variable {
|
|
name = "test"
|
|
default = "test_value"
|
|
type = "string"
|
|
}
|