From 78e9ad5de3ad5daa833d0e079c571a0fbfd7528f Mon Sep 17 00:00:00 2001 From: mitto nagisa Date: Sun, 9 Aug 2015 01:29:48 +0900 Subject: [PATCH] Fix functionally test use 'terraform graph' instead of 'terraform plan' Depends: https://github.com/hashicorp/terraform/pull/2730 --- Library/Formula/terraform.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/terraform.rb b/Library/Formula/terraform.rb index 40f5e808b8bc..4a9286f5e8a3 100644 --- a/Library/Formula/terraform.rb +++ b/Library/Formula/terraform.rb @@ -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