Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nivleshc/f79efdf123e654ba33347bb0e19ee499 to your computer and use it in GitHub Desktop.

Select an option

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.
# 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