6 lines
78 B
Terraform
6 lines
78 B
Terraform
|
variable {
|
||
|
name = "test"
|
||
|
default = "test_value"
|
||
|
type = "string"
|
||
|
}
|