providers/aws: use mitchellh/goamz

This commit is contained in:
Jack Pearkes 2014-06-27 12:55:24 -04:00
parent 4c9a4ad041
commit a6d4acaa15
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import (
"github.com/hashicorp/terraform/helper/diff"
"github.com/hashicorp/terraform/terraform"
"github.com/pearkes/goamz/elb"
"github.com/mitchellh/goamz/elb"
)
func resource_aws_elb_create(

View File

@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform/helper/multierror"
"github.com/hashicorp/terraform/terraform"
"github.com/mitchellh/goamz/ec2"
"github.com/pearkes/goamz/elb"
"github.com/mitchellh/goamz/elb"
)
type ResourceProvider struct {