terraform-provisioner-ansible: tweak resource style
This commit is contained in:
parent
c52663eec0
commit
2d870df516
1 changed files with 8 additions and 4 deletions
|
@ -19,19 +19,23 @@ class TerraformProvisionerAnsible < Formula
|
|||
depends_on "terraform" => :run
|
||||
|
||||
go_resource "github.com/hashicorp/terraform" do
|
||||
url "https://github.com/hashicorp/terraform.git", :revision => "fa6a83ebdc323f2b415779786e102e69ddbf9a48"
|
||||
url "https://github.com/hashicorp/terraform.git",
|
||||
:revision => "fa6a83ebdc323f2b415779786e102e69ddbf9a48"
|
||||
end
|
||||
|
||||
go_resource "github.com/mitchellh/mapstructure" do
|
||||
url "https://github.com/mitchellh/mapstructure.git", :revision => "f3009df150dadf309fdee4a54ed65c124afad715"
|
||||
url "https://github.com/mitchellh/mapstructure.git",
|
||||
:revision => "f3009df150dadf309fdee4a54ed65c124afad715"
|
||||
end
|
||||
|
||||
go_resource "github.com/mitchellh/go-homedir" do
|
||||
url "https://github.com/mitchellh/go-homedir.git", :revision => "756f7b183b7ab78acdbbee5c7f392838ed459dda"
|
||||
url "https://github.com/mitchellh/go-homedir.git",
|
||||
:revision => "756f7b183b7ab78acdbbee5c7f392838ed459dda"
|
||||
end
|
||||
|
||||
go_resource "github.com/mitchellh/go-linereader" do
|
||||
url "https://github.com/mitchellh/go-linereader.git", :revision => "07bab5fdd9580500aea6ada0e09df4aa28e68abd"
|
||||
url "https://github.com/mitchellh/go-linereader.git",
|
||||
:revision => "07bab5fdd9580500aea6ada0e09df4aa28e68abd"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue