amazon-guardduty-for-aws-organizations-with-terraform icon indicating copy to clipboard operation
amazon-guardduty-for-aws-organizations-with-terraform copied to clipboard

Infrastructure-as-Code in Terraform to enable Amazon GuardDuty for the given AWS Organizations organization.

Results 3 amazon-guardduty-for-aws-organizations-with-terraform issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* *Description of changes:* Add `devcontainer.json` to define the development environment that had Terraform, Python, AWS CLI, and jq tools and `requirements.txt` to list the boto3 package...

*Description of changes:* Switches `auto_enable = true` to `auto_enable_organization_members = "ALL"`, and removes resources for adding guardduty members. The [original argument is now deprecated](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_organization_configuration#auto_enable), which this resolves. This change means...