diff --git a/GNUmakefile b/GNUmakefile index 0d3322de58c..7763fe6ad4f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -58,6 +58,7 @@ lint: -AT002 \ -AT006 \ -AT007 \ + -R004 \ -S001 \ -S002 \ -S003 \ diff --git a/aws/import_aws_s3_bucket.go b/aws/import_aws_s3_bucket.go index b1702011218..987bb180d14 100644 --- a/aws/import_aws_s3_bucket.go +++ b/aws/import_aws_s3_bucket.go @@ -33,7 +33,7 @@ func resourceAwsS3BucketImportState( pData.SetId(d.Id()) pData.SetType("aws_s3_bucket_policy") pData.Set("bucket", d.Id()) - pData.Set("policy", pol) + pData.Set("policy", pol.Policy) results = append(results, pData) return results, nil