Skip to content

Commit

Permalink
r/s3_bucket_website_configuration: new resource
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Jan 19, 2022
1 parent 6a605b2 commit 17b70d7
Show file tree
Hide file tree
Showing 5 changed files with 1,321 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1567,6 +1567,7 @@ func Provider() *schema.Provider {
"aws_s3_bucket_policy": s3.ResourceBucketPolicy(),
"aws_s3_bucket_public_access_block": s3.ResourceBucketPublicAccessBlock(),
"aws_s3_bucket_replication_configuration": s3.ResourceBucketReplicationConfiguration(),
"aws_s3_bucket_website_configuration": s3.ResourceBucketWebsiteConfiguration(),
"aws_s3_object_copy": s3.ResourceObjectCopy(),

"aws_s3_access_point": s3control.ResourceAccessPoint(),
Expand Down
Loading

0 comments on commit 17b70d7

Please sign in to comment.