Skip to content

Commit

Permalink
Fix output name in cloudtrail-trail module (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 authored Sep 10, 2023
1 parent 8a1cc42 commit c590157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/cloudtrail-trail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This module creates following resources.

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.52.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.16.1 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/cloudtrail-trail/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ output "delivery_channels" {
bucket = var.delivery_s3_bucket
key_prefix = var.delivery_s3_key_prefix

delivery_s3_integrity_validation_enabled = var.delivery_s3_integrity_validation_enabled
integrity_validation_enabled = var.delivery_s3_integrity_validation_enabled
}
sns = {
topic = var.delivery_sns_topic
Expand Down

0 comments on commit c590157

Please sign in to comment.