mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-29 18:00:26 -06:00
fix: rds (#5078)
This commit is contained in:
@@ -6,9 +6,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "infra/terraform/**"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "infra/terraform/**"
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
|
||||
@@ -42,14 +42,17 @@ module "rds-aurora" {
|
||||
}
|
||||
performance_insights_enabled = true
|
||||
|
||||
apply_immediately = true
|
||||
skip_final_snapshot = true
|
||||
backup_retention_period = 7
|
||||
apply_immediately = true
|
||||
skip_final_snapshot = false
|
||||
|
||||
deletion_protection = true
|
||||
|
||||
enable_http_endpoint = true
|
||||
|
||||
serverlessv2_scaling_configuration = {
|
||||
min_capacity = 0
|
||||
max_capacity = 10
|
||||
max_capacity = 50
|
||||
seconds_until_auto_pause = 3600
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user