Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Guardduty Organization - auto_enable depreciated #26

Open
zachreborn opened this issue Jul 1, 2023 · 0 comments
Open

AWS Guardduty Organization - auto_enable depreciated #26

zachreborn opened this issue Jul 1, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zachreborn
Copy link
Owner

Describe the bug

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

v2.11.0 of terraform-modules

Expected behavior

No depreciated error

Problems

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

Solution

Move to auto_enable_organization_members argument

Confirmation

Run terraform plan and receive no message

Next Steps

@zachreborn zachreborn added the bug Something isn't working label Jul 1, 2023
@zachreborn zachreborn self-assigned this Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant