realsensesolutions/AWS Aurora Serverless v2 PostgreSQL
Provision Aurora Serverless v2 PostgreSQL cluster (0.5 ACU minimum)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Instance name | yes | — |
| action | Action: apply, destroy, plan | no | apply |
| database_name | Database name | no | appdb |
| deletion_protection_enabled | Enable deletion protection | no | false |
| min_capacity | Minimum ACU (0.5-128) | no | 0.5 |
| max_capacity | Maximum ACU (0.5-128) | no | 2 |
| lock_timeout | Terraform lock timeout | no | 5m |
| publicly_accessible | Make database publicly accessible (NOT recommended for production) | no | false |
| auto_minor_version_upgrade | Allow AWS to auto-apply minor version upgrades | no | true |
Outputs
| name | description |
|---|---|
| cluster_endpoint | Aurora cluster endpoint |
| cluster_arn | Aurora cluster ARN |
| cluster_id | Aurora cluster identifier |
| secret_arn | Secrets Manager ARN with credentials |
| database_name | Database name |
| master_username | Master username |
| port | Database port |
| security_group_id | Security group ID |
| connection_string | Connection string template |