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.8k stars 9.15k forks source link

[Enhancement]: Suspend CloudTrail Event Data Store data ingestion #34910

Open g-psantos opened 10 months ago

g-psantos commented 10 months ago

Description

Update the aws_cloudtrail_event_data_store to add support for stopping ingestion of new CloudTrail events into the data store.

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

Potential Terraform Configuration

resource "aws_cloudtrail_event_data_store" "this" {
  # ...
  suspend = true
}

References

Would you like to implement a fix?

No

github-actions[bot] commented 10 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

jsakama commented 1 month ago

@justinretzolk

Hello. I would like to try implement this fix if nobody minds. Is it ok if I take on this issue?