mirror of https://github.com/hashicorp/terraform
Merge pull request #1978 from hashicorp/b-orphan-module
terraform: orphan module should flattenpull/1969/head
commit
736983cab2
@ -0,0 +1,9 @@
|
||||
variable "foo" {
|
||||
default = "bar"
|
||||
}
|
||||
|
||||
provider "aws" {
|
||||
set = "${var.foo}"
|
||||
}
|
||||
|
||||
resource "aws_instance" "foo" {}
|
||||
Loading…
Reference in new issue