Skip to content

Commit

Permalink
Deploy after manual update to db service (#385)
Browse files Browse the repository at this point in the history
`cf update-service ey-recovery-db -p medium-ha-13`
  • Loading branch information
peterdavidhamilton authored Nov 18, 2022
1 parent 0e0ff7d commit e8f9ab5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions terraform/workspace-variables/production.tfvars
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
paas_app_environment = "production"
paas_cf_space_name = "ey-recovery"
paas_postgres_service_plan = "small-ha-13"
paas_app_environment = "production"
paas_cf_space_name = "ey-recovery"
paas_postgres_service_plan = "medium-ha-13"
paas_postgres_create_timeout = "20m"

0 comments on commit e8f9ab5

Please sign in to comment.