Skip to content

Commit

Permalink
feat: Cloudtrail logging for s3 events (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivawandb authored Jan 29, 2025
1 parent 7718e95 commit 406aa58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cloudtrail/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ output "cloudtrail_arn" {
}

output "force_destroy_warning" {
value = "WARNING: The S3 bucket is configured to be forcefully destroyed."
condition = var.force_destroy
description = "Warning message if force_destroy is enabled"
value = var.force_destroy ? "WARNING: The S3 bucket is configured to be forcefully destroyed." : null
}

0 comments on commit 406aa58

Please sign in to comment.