mirror of https://github.com/hashicorp/terraform
parent
88bb42b5a4
commit
2ffee2a142
@ -0,0 +1,6 @@
|
||||
import "import/one.tf";
|
||||
|
||||
variable "foo" {
|
||||
default = "bar";
|
||||
description = "bar";
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
variable "bar" {}
|
||||
Loading…
Reference in new issue