Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 1, 2022
1 parent bebb619 commit d7e6840
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ This flag always compacts the region, no mater whehter the name is longer than 6

## Options :: object\_lock\_enable
This is usable on bucket creation, and it will allow you to add external to this module an object lock
configuration (aws\_s3\_object\_lock\_configuration). See the [AWS Object Lock](AWS Reference: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-overview.html)
configuration (aws\_s3\_object\_lock\_configuration). See the [Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-overview.html)
and the [Terraform AWS Provider](https://registry.terraform.io/providers/hashicorp%20%20/aws/4.7.0/docs/resources/s3_bucket_object_lock_configuration) docs for
more details. Setting this after bucket creation is possible but requires a support tickets, so you're better off doing it up front.

Expand Down
2 changes: 1 addition & 1 deletion standard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
*
* ## Options :: object_lock_enable
* This is usable on bucket creation, and it will allow you to add external to this module an object lock
* configuration (aws_s3_object_lock_configuration). See the [AWS Object Lock](AWS Reference: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-overview.html)
* configuration (aws_s3_object_lock_configuration). See the [Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-overview.html)
* and the [Terraform AWS Provider](https://registry.terraform.io/providers/hashicorp%20%20/aws/4.7.0/docs/resources/s3_bucket_object_lock_configuration) docs for
* more details. Setting this after bucket creation is possible but requires a support tickets, so you're better off doing it up front.
*
Expand Down
2 changes: 1 addition & 1 deletion title26/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ This flag always compacts the region, no mater whehter the name is longer than 6

## Options :: object_lock_enable
This is usable on bucket creation, and it will allow you to add external to this module an object lock
configuration (aws_s3_object_lock_configuration). See the [AWS Object Lock](AWS Reference: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-overview.html)
configuration (aws_s3_object_lock_configuration). See the [AWS Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-overview.html)
and the [Terraform AWS Provider](https://registry.terraform.io/providers/hashicorp%20%20/aws/4.7.0/docs/resources/s3_bucket_object_lock_configuration) docs for
more details. Setting this after bucket creation is possible but requires a support tickets, so you're better off doing it up front.

Expand Down
2 changes: 1 addition & 1 deletion title26/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
*
* ## Options :: object_lock_enable
* This is usable on bucket creation, and it will allow you to add external to this module an object lock
* configuration (aws_s3_object_lock_configuration). See the [AWS Object Lock](AWS Reference: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-overview.html)
* configuration (aws_s3_object_lock_configuration). See the [AWS Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-overview.html)
* and the [Terraform AWS Provider](https://registry.terraform.io/providers/hashicorp%20%20/aws/4.7.0/docs/resources/s3_bucket_object_lock_configuration) docs for
* more details. Setting this after bucket creation is possible but requires a support tickets, so you're better off doing it up front.
*
Expand Down

0 comments on commit d7e6840

Please sign in to comment.