mirror of https://github.com/hashicorp/terraform
This is now consistent with the handling of this file for other commands.pull/15936/head
parent
aefcc5403e
commit
3a1582c1b9
@ -0,0 +1,4 @@
|
||||
variable "var_without_default" {
|
||||
type = "string"
|
||||
}
|
||||
|
||||
@ -0,0 +1 @@
|
||||
var_without_default = "foo"
|
||||
Loading…
Reference in new issue