terraform: test fixture needs to use variable so its not pruned

This commit is contained in:
Mitchell Hashimoto 2016-11-07 14:58:00 -08:00
parent f6df1edeb4
commit d29844969a
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 4 additions and 0 deletions

View File

@ -1 +1,5 @@
variable "value" {}
resource "aws_instance" "bar" {
foo = "${var.value}"
}