Skip to content

Commit

Permalink
Add tag for deployment slot
Browse files Browse the repository at this point in the history
  • Loading branch information
albal committed Sep 18, 2023
1 parent 07e0548 commit e62673d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Terraform/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ resource "azurerm_linux_web_app_slot" "staging" {
site_config {
application_stack {
docker_image = "ghcr.io/dfe-digital/childrens-social-care-cpd"
docker_image_tag = "master"
# docker_image_tag = lower(terraform.workspace)
docker_image_tag = nonsensitive(var.cpd_image_tag)
}

ip_restriction {
Expand Down

0 comments on commit e62673d

Please sign in to comment.