Skip to content

Commit

Permalink
update tests to reflect correct provisioners
Browse files Browse the repository at this point in the history
We no longer create new provisioners for every module.
  • Loading branch information
jbardin committed Aug 21, 2019
1 parent 2b4695e commit b1025a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terraform/graph_builder_apply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions terraform/transform_provisioner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
`

Expand Down

0 comments on commit b1025a9

Please sign in to comment.