Skip to content

Commit

Permalink
resource/aws_s3control_bucket_policy: terrafmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Oct 9, 2020
1 parent de4c625 commit 20fcda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/resource_aws_s3control_bucket_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ resource "aws_s3control_bucket" "test" {
resource "aws_s3control_bucket_policy" "test" {
bucket = aws_s3control_bucket.test.arn
policy = jsonencode({
Id = "testBucketPolicy"
Id = "testBucketPolicy"
Statement = [
{
Action = %[2]q
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/s3control_bucket_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Provides a resource to manage an S3 Control Bucket Policy.
resource "aws_s3control_bucket_policy" "example" {
bucket = aws_s3control_bucket.example.arn
policy = jsonencode({
Id = "testBucketPolicy"
Id = "testBucketPolicy"
Statement = [
{
Action = "s3-outposts:PutBucketLifecycleConfiguration"
Expand Down

0 comments on commit 20fcda5

Please sign in to comment.