You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For guardduty usage with organizations, auto_enable is deprecated in favor of auto_enable_organization_members
Warning: Argument is deprecated
with module.guardduty.aws_guardduty_organization_configuration.this
on .terraform/modules/guardduty/modules/aws/guardduty/organization/main.tf line 34, in resource "aws_guardduty_organization_configuration" "this":
auto_enable = var.auto_enable
Use auto_enable_organization_members instead
To Reproduce
Steps to reproduce the behavior:
Version = v2.11.0
Describe the bug
For guardduty usage with organizations,
auto_enable
is deprecated in favor ofauto_enable_organization_members
To Reproduce
Steps to reproduce the behavior:
Version = v2.11.0
Expected behavior
No errors during planning
Problems
Deprecate
auto_enable
and transition toauto_enable_organization_members
Solution
Confirmation
The text was updated successfully, but these errors were encountered: