Skip to content

Commit

Permalink
added policy string to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
m-s-austin committed May 12, 2015
1 parent 44e448b commit 3ab901d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builtin/providers/aws/resource_aws_s3_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ func resourceAwsS3Bucket() *schema.Resource {
Computed: true,
},

"policy": &schema.Schema{
Type: schema.TypeString,
Optional: true,
},
"tags": tagsSchema(),
},
}
Expand Down

0 comments on commit 3ab901d

Please sign in to comment.