Skip to content

Commit e032aa9

Browse files
committed
[NDR-74] typo fix
1 parent 8edf8d2 commit e032aa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/modules/s3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module "s3_bucket" {
8686
| <a name="input_access_logs_bucket_id"></a> [access\_logs\_bucket\_id](#input\_access\_logs\_bucket\_id) | Enables access logs on the module's bucket | `string` | n/a | yes |
8787
| <a name="input_access_logs_enabled"></a> [access\_logs\_enabled](#input\_access\_logs\_enabled) | Whether to enable S3 access logging for this bucket. | `bool` | `false` | no |
8888
| <a name="input_bucket_name"></a> [bucket\_name](#input\_bucket\_name) | The name of the S3 bucket to create. | `string` | n/a | yes |
89-
| <a name="input_cloudfront_arn"></a> [cloudfront\_arn](#input\_cloudfront\_arn) | CloudFront Distribution ARN association and policy toggles | `string` | `"null"` | no |
89+
| <a name="input_cloudfront_arn"></a> [cloudfront\_arn](#input\_cloudfront\_arn) | CloudFront distribution ARN association and policy toggles | `string` | `"null"` | no |
9090
| <a name="input_cloudfront_enabled"></a> [cloudfront\_enabled](#input\_cloudfront\_enabled) | Enables the correct policy config for CloudFront associated S3 bucket | `bool` | `false` | no |
9191
| <a name="input_cors_rules"></a> [cors\_rules](#input\_cors\_rules) | List of CORS rules to apply to the S3 bucket. | `list` | `[]` | no |
9292
| <a name="input_enable_bucket_versioning"></a> [enable\_bucket\_versioning](#input\_enable\_bucket\_versioning) | Whether to enable versioning on the bucket. | `bool` | `false` | no |

infrastructure/modules/s3/variable.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "owner" {
3737
}
3838

3939
variable "cloudfront_arn" {
40-
description = "CloudFront Distribution ARN association and policy toggles"
40+
description = "CloudFront distribution ARN association and policy toggles"
4141
type = string
4242
default = "null"
4343
}

0 commit comments

Comments
 (0)