From d06f637c74efa7b58a0fae2a114c71d086ce6189 Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Wed, 27 May 2015 16:07:38 -0500 Subject: [PATCH] fix typo, use awslabs/aws-sdk-go --- builtin/providers/aws/resource_aws_elasticache_subnet_group.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_elasticache_subnet_group.go b/builtin/providers/aws/resource_aws_elasticache_subnet_group.go index 0c1605016..cd1ef4445 100644 --- a/builtin/providers/aws/resource_aws_elasticache_subnet_group.go +++ b/builtin/providers/aws/resource_aws_elasticache_subnet_group.go @@ -5,9 +5,9 @@ import ( "log" "time" + "github.com/awslabs/aws-sdk-go/aws" "github.com/awslabs/aws-sdk-go/aws/awserr" "github.com/awslabs/aws-sdk-go/service/elasticache" - "github.com/hashicorp/aws-sdk-go/aws" "github.com/hashicorp/terraform/helper/hashcode" "github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/helper/schema"