diff --git a/builtin/providers/aws/resource_aws_elb.go b/builtin/providers/aws/resource_aws_elb.go index b5226c6edd..271af776e7 100644 --- a/builtin/providers/aws/resource_aws_elb.go +++ b/builtin/providers/aws/resource_aws_elb.go @@ -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( diff --git a/builtin/providers/aws/resource_provider.go b/builtin/providers/aws/resource_provider.go index 850b4d7053..b9b011f79e 100644 --- a/builtin/providers/aws/resource_provider.go +++ b/builtin/providers/aws/resource_provider.go @@ -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 {