Skip to content

Commit

Permalink
Add for deployment slot too
Browse files Browse the repository at this point in the history
  • Loading branch information
albal committed Sep 18, 2023
1 parent 30ac459 commit ea50d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Terraform/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ resource "azurerm_linux_web_app_slot" "staging" {
CPD_CONTENTFUL_ENVIRONMENT = var.cpd_contentful_env[terraform.workspace]
CPD_INSTRUMENTATION_CONNECTIONSTRING = data.azurerm_application_insights.appinsights.connection_string
CPD_CLARITY = var.cpd_clarity
CPD_FEATURE_POLLING_INTERVAL = 300
DOCKER_ENABLE_CI = "true"
}

Expand Down

0 comments on commit ea50d46

Please sign in to comment.