5 lines
63 B
Terraform
5 lines
63 B
Terraform
|
variable "foo" {
|
||
|
default = "bar"
|
||
|
description = "bar"
|
||
|
}
|