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

[Enhancement]: Gaurdduty support of eks runtime #33134

Closed surajtikoo closed 1 year ago

surajtikoo commented 1 year ago

Description

Amazon has recently introduced support for the EKS runtime. However, as of now, Terraform does not include support for this new feature. Could you please incorporate this module into the available resources?

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

resource "aws_organizations_organization" "example" { aws_service_access_principals = ["guardduty.amazonaws.com"] }

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

justinretzolk commented 1 year ago

Hey @surajtikoo 👋 I'm not sure I follow exactly what change you're referencing, but on a quick glance, there's no validation rules for the argument that you referenced in your example, so I wouldn't expect this to be something we need to make a change to support.

Are you getting errors when trying to use this configuration, and if so, can you supply debug logs (redacted as needed)?

surajtikoo commented 1 year ago

@justinretzolk Thanks for your quick response. I didn't find anything in the documentation. I am refering to this ticket. https://github.com/hashicorp/terraform-provider-aws/issues/32949

justinretzolk commented 1 year ago

Hey @surajtikoo, that's helpful! Just to confirm, are you looking for the same functionality that was mentioned in #32949? If so, we'll want to close this one as a duplicate so that we can keep any additional discussion in one place. I'll wait to hear back before doing so, in case I've misunderstood! 🙂

surajtikoo commented 1 year ago

Yes right @justinretzolk .You can close this ticket we can track the other one. By any chance do you know is anyone working on it?

justinretzolk commented 1 year ago

Thanks for confirming @surajtikoo 👍. It doesn't look like this one has been picked up be our team yet, and I don't see any community contributions for it just yet. I'll go ahead and close this issue out; further updates can be found on #32949.

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.