Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 312 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 312 Bytes

terraform_sh

Terraform module to enable AWS security hub

Terraform example

module "sh" {
  source = "git::https://github.com/virsas/terraform_sh.git?ref=v1.0.0"
  // region in which you want to enable the security hub
  region = "eu-west-1"
}

Output

module.sh.id