Skip to content

Commit

Permalink
Merge pull request #834 from DFE-Digital/blue-green
Browse files Browse the repository at this point in the history
Enable blue-green in dev and test
  • Loading branch information
saliceti authored Sep 17, 2024
2 parents 9fccd6c + c2b35e0 commit 6b9e986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform/workspace_variables/dev.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"key_vault_name": "s165d01-aytq-dv-kv",
"resource_group_name": "s165d01-aytq-dv-rg",
"storage_account_name": "s165d01aytqtfstatedv",
"enable_blue_green": true,
"app_service_plan_sku": "S1",
"keyvault_logging_enabled": true,
"storage_log_categories": [],
Expand Down
1 change: 1 addition & 0 deletions terraform/workspace_variables/test.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"key_vault_name": "s165t01-aytq-ts-kv",
"resource_group_name": "s165t01-aytq-ts-rg",
"storage_account_name": "s165t01aytqtfstatets",
"enable_blue_green": true,
"app_service_plan_sku": "S1",
"keyvault_logging_enabled": true,
"storage_log_categories": [],
Expand Down

0 comments on commit 6b9e986

Please sign in to comment.