1
0

feat: added rds layer and updated readme about community edition

This commit is contained in:
xpk
2026-02-20 08:29:14 +08:00
parent 44c1f9ca48
commit c96abf07eb
8 changed files with 193 additions and 1 deletions
+49
View File
@@ -0,0 +1,49 @@
<!-- This readme file is generated with terraform-docs -->
# LabMysql
This will not deploy on LocalStack. Both free and community editions
have rds disabled. License upgrade is needed to use rds.
## Requirements
| Name | Version |
|------|---------|
| terraform | >= 1.11.0 |
| aws | ~> 6.0 |
## Providers
| Name | Version |
|------|---------|
| terraform | n/a |
## Modules
| Name | Source | Version |
|------|--------|---------|
| DatabaseSg | ../../../modules/compute/security_group | n/a |
| KmsKeys | ../../../modules/security_identity_compliance/CustomerManagedKmsKeys | n/a |
| rds | terraform-aws-modules/rds/aws | 7.1.0 |
## Resources
| Name | Type |
|------|------|
| [terraform_remote_state.vpc](https://registry.terraform.io/providers/hashicorp/terraform/latest/docs/data-sources/remote_state) | data source |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| application | n/a | `any` | n/a | yes |
| aws-region | n/a | `any` | n/a | yes |
| environment | n/a | `any` | n/a | yes |
| project | n/a | `any` | n/a | yes |
## Outputs
No outputs.
---
## Authorship
This module was developed by xpk.