diff --git a/terraform/graph_builder_apply_test.go b/terraform/graph_builder_apply_test.go index 6050be7df..ac65751e6 100644 --- a/terraform/graph_builder_apply_test.go +++ b/terraform/graph_builder_apply_test.go @@ -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 diff --git a/terraform/transform_provisioner_test.go b/terraform/transform_provisioner_test.go index dd2714f33..eecd67788 100644 --- a/terraform/transform_provisioner_test.go +++ b/terraform/transform_provisioner_test.go @@ -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 `