2021-01-26 21:40:02 +08:00
|
|
|
data aws_caller_identity this {}
|
|
|
|
|
|
|
|
module cloudtrail-cwl {
|
|
|
|
source = "../../../modules/security_identity_compliance/cloudtrail_cwlogs"
|
|
|
|
application = var.application
|
|
|
|
environment = var.environment
|
|
|
|
customer-name = var.customer-name
|
|
|
|
project = var.project
|
|
|
|
aws-region-short = var.aws-region-short
|
|
|
|
default-tags = local.default-tags
|
2021-01-27 09:42:51 +08:00
|
|
|
cloudtrail-retain-days = 90
|
2021-01-26 21:40:02 +08:00
|
|
|
}
|