Skip to content

Commit

Permalink
Amend non-prod postgres instances to support replication
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Aug 8, 2024
1 parent 1effe7e commit 9cf7c39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion terraform/aks/workspace_variables/dev.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"deploy_dqt_reporting_server": true,
"run_dqt_reporting_service": true,
"run_recurring_jobs": false,
"enable_logit": true
"enable_logit": true,
"postgres_flexible_server_sku": "GP_Standard_D2ads_v5"
}
3 changes: 2 additions & 1 deletion terraform/aks/workspace_variables/pre-production.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"deploy_dqt_reporting_server": false,
"run_dqt_reporting_service": true,
"run_recurring_jobs": true,
"enable_logit": true
"enable_logit": true,
"postgres_flexible_server_sku": "GP_Standard_D2ads_v5"
}
3 changes: 2 additions & 1 deletion terraform/aks/workspace_variables/test.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"run_dqt_reporting_service": true,
"run_recurring_jobs": false,
"postgres_server_version": "15",
"enable_logit": true
"enable_logit": true,
"postgres_flexible_server_sku": "GP_Standard_D2ads_v5"
}

0 comments on commit 9cf7c39

Please sign in to comment.