terraform: test fixture modified to not prune provider

This commit is contained in:
Mitchell Hashimoto 2015-04-08 21:25:03 -07:00
parent 36520121b1
commit 218f147c0c
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ module "child" {
provider "aws" {
from = "${var.foo}"
}
resource "aws_instance" "foo" {}