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

pull/10464/head
stack72 10 years ago
parent 7497a295b8
commit a4dba89553
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16

@ -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"
)

Loading…
Cancel
Save