Skip to content

Commit

Permalink
Set AWS Config log retention (#6070)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Feb 19, 2025
1 parent 3ed5df8 commit 8f40ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/shared/shared.tf.json.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def conformance_pack(name: str) -> str:
}
}
}
for bucket in ['logs', 'trail']
for bucket in ['aws_config', 'logs', 'trail']
}
},
'aws_s3_bucket_versioning': {
Expand Down

0 comments on commit 8f40ca1

Please sign in to comment.