Skip to content

Terraform module to enable AWS guardduty

License

Notifications You must be signed in to change notification settings

virsas/terraform_gd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform_gd

Terraform module to enable AWS guardduty

Terraform example

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

Output

module.gd_eu_west_1.id