https://github.com/subhamay-cloudworks/0055-borage-cft
Create a Amazon Quantum Ledger Database (QLDB) using HashiCorp Terraform
https://github.com/subhamay-cloudworks/0055-borage-cft
aws-qldb github-actions terraform terraform-cloud
Last synced: 2 months ago
JSON representation
Create a Amazon Quantum Ledger Database (QLDB) using HashiCorp Terraform
- Host: GitHub
- URL: https://github.com/subhamay-cloudworks/0055-borage-cft
- Owner: subhamay-cloudworks
- Created: 2023-07-25T21:17:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T10:54:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T05:43:40.401Z (4 months ago)
- Topics: aws-qldb, github-actions, terraform, terraform-cloud
- Language: HCL
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Borage: Create AWS Quantum Ledger Databse
### Dependencies
* Create a Customer Managed KMS Key in the region where you want to create the stack.
* Modify the KMS Key Policy to let the IAM user encrypt / decrypt using any resource using the created KMS Key.
* Setup AWS CLI with an user having appropriate access to create the required resources.### Installing
* Clone the repository https://github.com/subhamay-cloudworks/0055-borage-tf
### Executing program* From the main project diretory submit the following commands:
```
terraform initterraform validate
terraform plan
terraform apply -auto-approve
# To tear down the stack
terraform destroy -auto-approve
```## Help
Post message in my blog (https://blog.subhamay.com)
## Authors
Contributors names and contact info
Subhamay Bhattacharyya - [[email protected]](https://blog.subhamay.com)
## Version History
* 0.1
* Initial Release## License
This project is licensed under Subhamay Bhattacharyya. All Rights Reserved.
## Acknowledgments
Inspiration, code snippets, etc.
* [Denis Astahov ] (https://www.astahov.net/)
* [Derek Morgan ] (https://www.linkedin.com/in/derekm1215/)
* [Kalyan Reddy Daida ] (https://www.linkedin.com/in/kalyan-reddy-daida/)