Skip to content

Commit

Permalink
provider/aws: Support S3 bucket notification
Browse files Browse the repository at this point in the history
* Implement aws_s3_bucket_notification resource
  • Loading branch information
kjmkznr authored and stack72 committed Apr 5, 2016
1 parent b04b508 commit d646682
Show file tree
Hide file tree
Showing 5 changed files with 1,158 additions and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ func Provider() terraform.ResourceProvider {
"aws_route_table_association": resourceAwsRouteTableAssociation(),
"aws_s3_bucket": resourceAwsS3Bucket(),
"aws_s3_bucket_object": resourceAwsS3BucketObject(),
"aws_s3_bucket_notification": resourceAwsS3BucketNotification(),
"aws_security_group": resourceAwsSecurityGroup(),
"aws_security_group_rule": resourceAwsSecurityGroupRule(),
"aws_spot_instance_request": resourceAwsSpotInstanceRequest(),
Expand Down
Loading

0 comments on commit d646682

Please sign in to comment.