Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion global_config/production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ CONFIG=production
CONFIG_SHORT=pd
AZURE_SUBSCRIPTION=s189-teacher-services-cloud-production
AZURE_RESOURCE_PREFIX=s189p01
TERRAFORM_MODULES_TAG=stable
TERRAFORM_MODULES_TAG=testing
5 changes: 4 additions & 1 deletion terraform/aks/config/production.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"https://teaching-record-system.education.gov.uk/health",
"https://authorise-access-to-a-teaching-record.education.gov.uk/health"
],
"enable_dfe_analytics_federated_auth": true
"enable_dfe_analytics_federated_auth": true,
"pg_airbyte_enabled": true,
"airbyte_enabled": true,
"airbyte_connection_status": "active"
}
Loading