update tests to reflect correct provisioners

We no longer create new provisioners for every module.
pull/22553/head
James Bardin 7 years ago
parent 2b4695eecb
commit b1025a9d29

@ -478,12 +478,11 @@ const testApplyGraphBuilderStr = `
meta.count-boundary (EachMode fixup)
module.child.test_object.other
test_object.other
module.child.provisioner.test
module.child.test_object.create
module.child.test_object.create (prepare state)
module.child.test_object.create (prepare state)
module.child.provisioner.test
provider.test
provisioner.test
module.child.test_object.other
module.child.test_object.create
module.child.test_object.other (prepare state)
@ -493,6 +492,7 @@ provider.test
provider.test (close)
module.child.test_object.other
test_object.other
provisioner.test
provisioner.test (close)
module.child.test_object.create
root

@ -188,8 +188,7 @@ const testTransformMissingProvisionerModuleStr = `
aws_instance.foo
provisioner.shell
module.child.aws_instance.foo
module.child.provisioner.shell
module.child.provisioner.shell
provisioner.shell
provisioner.shell
`

Loading…
Cancel
Save