mirror of https://github.com/hashicorp/terraform
Merge pull request #4017 from hashicorp/b-vars-refresh
core: Validate context after input of vars on refreshpull/4021/head
commit
b044340e75
@ -0,0 +1,7 @@
|
||||
variable "should_ask" {}
|
||||
|
||||
provider "test" {}
|
||||
|
||||
resource "test_instance" "foo" {
|
||||
ami = "${var.should_ask}"
|
||||
}
|
||||
Loading…
Reference in new issue