provider/aws: Make s3_bucket.policy not Computed

This commit is contained in:
Radek Simko 2016-09-18 20:58:36 +01:00
parent 1c3258d629
commit 18bd206c38
No known key found for this signature in database
GPG Key ID: 6823F3DCCE01BB19
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ func resourceAwsS3Bucket() *schema.Resource {
"policy": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
DiffSuppressFunc: suppressEquivalentAwsPolicyDiffs,
},