hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.81k stars 9.16k forks source link

autoEnableOrganizationMembers is not supported, but autoEnable is on aws_guardduty_organization_configuration #30680

Closed gtmtech closed 1 year ago

gtmtech commented 1 year ago

Description

https://docs.aws.amazon.com/guardduty/latest/APIReference/API_UpdateOrganizationConfiguration.html#guardduty-UpdateOrganizationConfiguration-request-autoEnableOrganizationMembers specifies that there is are 2 different types of arguments related to autoEnabling - autoEnable and autoEnableOrganizationMembers.

In https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/guardduty_organization_configuration, only autoEnable is supported.

It would be good to have support for autoEnableOrganizationMembers as well as this is currently missing functionality

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

auto_enable_organization_members = "ALL" (or "NEW" or "NONE")

References

Couldn't find any existing issues about this including in closed.

Would you like to implement a fix?

No

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

jar-b commented 1 year ago

Closed by #30736, merged to main via #31392

github-actions[bot] commented 1 year ago

This functionality has been released in v5.0.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.