Skip to content

Commit

Permalink
Merge pull request #4 from boltops-tools/module-test-generator
Browse files Browse the repository at this point in the history
fix module test generator
  • Loading branch information
tongueroo authored May 31, 2021
2 parents bf6f303 + 71da3fb commit de10832
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions lib/templates/module/test/spec/fixtures/stack/main.tf.tt

This file was deleted.

1 change: 0 additions & 1 deletion lib/templates/module/test/spec/fixtures/stack/outputs.tf

This file was deleted.

1 change: 0 additions & 1 deletion lib/templates/module/test/spec/main_spec.rb.tt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ describe "main" do
terraspace.build_test_harness(
name: "<%= name %>-harness",
modules: {<%= name %>: mod_path},
stacks: {<%= name %>: "#{mod_path}/test/spec/fixtures/stack"}, # folder with the stack module files
)
terraspace.up("<%= name %>")
end
Expand Down

0 comments on commit de10832

Please sign in to comment.