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 service: Amazon Quantum Ledger Database #10069

Closed
ewbankkit opened this issue Sep 10, 2019 · 5 comments
Closed

New service: Amazon Quantum Ledger Database #10069

ewbankkit opened this issue Sep 10, 2019 · 5 comments
Labels
new-resource Introduces a new resource. service/qldb Issues and PRs that pertain to the qldb service.
Milestone

Comments

@ewbankkit
Copy link
Contributor

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 "me too" comments, 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 QLDB is now GA.

New or Affected Resource(s)

  • aws_qldb_ledger

Potential Terraform Configuration

resource "aws_qldb_ledger" "example" {
}

References

Announcement.
Blog post.

Requires:

@ewbankkit ewbankkit added the enhancement Requests to existing resources that expand the functionality or scope. label Sep 10, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Sep 10, 2019
@pbalduino
Copy link

Also it will be useful to have aws_qldb_table and aws_qldb_index.

@bflad bflad added new-resource Introduces a new resource. and removed enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. labels Oct 10, 2019
@bflad
Copy link
Contributor

bflad commented Oct 10, 2019

Hey @pbalduino 👋 The QLDB tables and indices appear to be part of PartiQL and not the API. The Terraform AWS Provider is specifically focused on just interacting with AWS APIs -- so we would be expecting any PartiQL handling to be done in a separate Terraform provider. If AWS does wind up implementing an "execute query" type API call for QLDB, we can revisit that topic. 👍

@bflad bflad added this to the v2.35.0 milestone Nov 1, 2019
@bflad
Copy link
Contributor

bflad commented Nov 1, 2019

Hi folks 👋 A new aws_qldb_ledger data source and resource have been merged and will release with version 2.35.0 of the Terraform AWS Provider, Thursday next week. Thanks to @kristiandrucker for the implementation. 👍

For additional feature requests and bug reports with QLDB functionality, please create new GitHub issues.

@bflad bflad closed this as completed Nov 1, 2019
@ghost
Copy link

ghost commented Nov 7, 2019

This has been released in version 2.35.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!

@bflad bflad added the service/qldb Issues and PRs that pertain to the qldb service. label Nov 12, 2019
@ghost
Copy link

ghost commented Dec 2, 2019

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Dec 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-resource Introduces a new resource. service/qldb Issues and PRs that pertain to the qldb service.
Projects
None yet
Development

No branches or pull requests

3 participants