Created
July 4, 2026 15:04
-
-
Save nivleshc/f79efdf123e654ba33347bb0e19ee499 to your computer and use it in GitHub Desktop.
This gist contains code from terraform.tfvars.example, which is part of the blog-amazon-macie-custom-eventbridge-events repository.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copy this file to terraform.tfvars and update the values as per your requirements | |
| environment = "dev" | |
| s3_bucket_names = ["your-bucket-name-1", "your-bucket-name-2"] | |
| email_for_notifications = "your-email@example.com" | |
| classification_job_name = "macie-sensitive-data-discovery-job" | |
| classification_job_type = "ONE_TIME" | |
| sampling_percentage = 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment