13 lines
340 B
HCL
13 lines
340 B
HCL
/*
|
|
Deploy aws guardduty service.
|
|
*/
|
|
|
|
module aws-guardduty-module {
|
|
source = "../../../modules/security_identity_compliance/guardduty"
|
|
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
|
|
} |