5 lines
54 B
Terraform
5 lines
54 B
Terraform
|
variable "var_without_default" {
|
||
|
type = "string"
|
||
|
}
|
||
|
|