provider/aws: Fixing the broken build of the aws_iam_policy resource

This commit is contained in:
stack72 2016-12-01 16:50:28 +02:00
parent 7497a295b8
commit a4dba89553
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 1 additions and 1 deletions

View File

@ -2,13 +2,13 @@ package aws
import (
"fmt"
"net/url"
"regexp"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/service/iam"
"github.com/hashicorp/go-getter/helper/url"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/helper/schema"
)