mirror of https://github.com/hashicorp/terraform
Merge pull request #13110 from hashicorp/jbardin/apply-plan
Don't Validate if we have an execution planpull/13113/head
commit
9eb6faa679
@ -0,0 +1,7 @@
|
||||
resource "test_instance" "tmpl" {
|
||||
foo = "${file("${path.module}/template.txt")}"
|
||||
}
|
||||
|
||||
output "template" {
|
||||
value = "${test_instance.tmpl.foo}"
|
||||
}
|
||||
Loading…
Reference in new issue