provider/aws: Make s3_bucket.policy not Computed
This commit is contained in:
parent
1c3258d629
commit
18bd206c38
|
@ -48,7 +48,6 @@ func resourceAwsS3Bucket() *schema.Resource {
|
|||
"policy": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
DiffSuppressFunc: suppressEquivalentAwsPolicyDiffs,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue