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

New Resource: aws_timestreamwrite_database #15421

Closed
yardensachs opened this issue Oct 1, 2020 · 7 comments · Fixed by #15463
Closed

New Resource: aws_timestreamwrite_database #15421

yardensachs opened this issue Oct 1, 2020 · 7 comments · Fixed by #15463
Assignees
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/timestreamwrite Issues and PRs that pertain to the timestreamwrite service.
Milestone

Comments

@yardensachs
Copy link
Contributor

yardensachs commented Oct 1, 2020

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Amazon Timestream is now generally available, and a supporting Terraform resource for managing a database is necessary. Amazon Timestream is a fast, scalable, fully managed, purpose-built time series database.

New or Affected Resource(s)

  • aws_timestreamwrite_database

Potential Terraform Configuration

resource "aws_timestreamwrite_database" "example" {
  database_name = "string"
  kms_key_id    = "string"
  tags = {
      Name = "value"
  }
}
  • database_name (string) -- The name of the Timestream database.
  • kms_key_id (string, optional) -- The KMS key for the database. If the KMS key is not specified, the database will be encrypted with a Timestream managed KMS key located in your account. (New Resource: aws_timestreamwrite_table #15422 was created for aws_timestream_table)

References

@yardensachs yardensachs added the enhancement Requests to existing resources that expand the functionality or scope. label Oct 1, 2020
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Oct 1, 2020
@roberth-k
Copy link
Contributor

API documentation is part of the Developer Guide: https://docs.aws.amazon.com/timestream/latest/developerguide/API_Reference.html.

@ewbankkit
Copy link
Contributor

ewbankkit commented Oct 1, 2020

Strictly, this resource should be named aws_timestreamwrite_database to match the AWS service name and the resource naming conventions.
AWS call the underlying API the Timestream Write API.

@ewbankkit ewbankkit added the new-resource Introduces a new resource. label Oct 1, 2020
@yardensachs yardensachs changed the title New Resource: aws_timestream_database New Resource: aws_timestreamwrite_database Oct 1, 2020
@yardensachs
Copy link
Contributor Author

@ewbankkit Updated

@ewbankkit
Copy link
Contributor

bflad added a commit that referenced this issue Oct 2, 2020
* Added TimestreamWrite Service

* Update website/allowed-subcategories.txt

Co-authored-by: Brian Flad <bflad417@gmail.com>

Co-authored-by: Brian Flad <bflad417@gmail.com>
@mattyev87
Copy link

any update when this will be merged in and made available?

@DrFaust92 DrFaust92 added service/timestreamwrite Issues and PRs that pertain to the timestreamwrite service. and removed needs-triage Waiting for first response or review from a maintainer. labels Apr 15, 2021
@anGie44 anGie44 self-assigned this May 8, 2021
@anGie44 anGie44 added this to the v3.40.0 milestone May 8, 2021
@ghost
Copy link

ghost commented May 13, 2021

This has been released in version 3.40.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 for triage. Thanks!

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/timestreamwrite Issues and PRs that pertain to the timestreamwrite service.
Projects
None yet
6 participants