Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
magreenbaum committed Jul 14, 2024
1 parent 61f4021 commit f1d83a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/log-account-policy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ module "audit_destination_group" {
module "log_account_data_retention_policy" {
source = "../../modules/log-account-policy"

log_account_policy_name = "account-data-protection"
log_account_policy_type = "DATA_PROTECTION_POLICY"
log_account_policy_name = "account-data-protection"
log_account_policy_type = "DATA_PROTECTION_POLICY"

# custom data identifier not yet supported by the data source for aws_cloudwatch_log_data_protection_policy within the module
# specify your own json policy document if this is needed using policy_document argument
create_log_data_protection_policy = true
log_data_protection_policy_name = "redact-addresses"

Expand Down

0 comments on commit f1d83a7

Please sign in to comment.