Skip to content

Commit

Permalink
Fix functionally test use 'terraform graph' instead of 'terraform plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
mitto committed Aug 8, 2015
1 parent 06295ba commit 78e9ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/terraform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ def install
count = 4
}
EOS
system "#{bin}/terraform", "plan", "-var", "aws.region=us-west-2", testpath
system "#{bin}/terraform", "graph", testpath
end
end

0 comments on commit 78e9ad5

Please sign in to comment.