Skip to content

Commit

Permalink
DDLS-402 - Add production var (#1791)
Browse files Browse the repository at this point in the history
* DDLS-402 - Enables one time migrations to run for production

---------

Co-authored-by: Jim <[email protected]>
  • Loading branch information
Raffers and jamesrwarren authored Jan 9, 2025
1 parent e8c0350 commit bda98f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions terraform/environment/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fault_injection_experiments_enabled": false,
"sleep_mode_enabled": false,
"waf_ip_blocking_enabled": true,
"run_one_off_migrations": ""
"run_one_off_migrations": "true"
},
"preproduction": {
"name": "preproduction",
Expand Down Expand Up @@ -133,7 +133,7 @@
"fault_injection_experiments_enabled": false,
"sleep_mode_enabled": true,
"waf_ip_blocking_enabled": false,
"run_one_off_migrations": ""
"run_one_off_migrations": "false"
},
"integration": {
"name": "preproduction",
Expand Down Expand Up @@ -178,7 +178,7 @@
"fault_injection_experiments_enabled": true,
"sleep_mode_enabled": true,
"waf_ip_blocking_enabled": false,
"run_one_off_migrations": ""
"run_one_off_migrations": "false"
},
"development": {
"name": "development",
Expand Down Expand Up @@ -224,7 +224,7 @@
"fault_injection_experiments_enabled": false,
"sleep_mode_enabled": false,
"waf_ip_blocking_enabled": false,
"run_one_off_migrations": ""
"run_one_off_migrations": "false"
},
"default": {
"name": "development",
Expand Down Expand Up @@ -270,7 +270,7 @@
"fault_injection_experiments_enabled": false,
"sleep_mode_enabled": false,
"waf_ip_blocking_enabled": false,
"run_one_off_migrations": ""
"run_one_off_migrations": "false"
}
}
}

0 comments on commit bda98f6

Please sign in to comment.