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.82k stars 9.17k forks source link

[Enhancement]: Add client side timestamps enablement to aws_keyspaces_table resource #32338

Closed carlduevel closed 1 year ago

carlduevel commented 1 year ago

Description

Client side timestamps are a table level feature (s. https://docs.aws.amazon.com/keyspaces/latest/devguide/client-side-timestamps.html) not yet available in the provider but in the go client (s. https://github.com/aws/aws-sdk-go/blob/v1.44.294/service/keyspaces/api.go#L1780-L1787).

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

Potential Terraform Configuration

resource "aws_keyspaces_table" "logstore" {
[...]

  client_side_timestamps {
    status = "ENABLED"
  }

}

References

https://docs.aws.amazon.com/keyspaces/latest/devguide/client-side-timestamps-how-to.html

Would you like to implement a fix?

Yes

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

ewbankkit commented 1 year ago

Announcement.

github-actions[bot] commented 1 year ago

This functionality has been released in v5.7.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.