providers/aws: use mitchellh/goamz
This commit is contained in:
parent
4c9a4ad041
commit
a6d4acaa15
|
@ -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(
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue