Skip to content

Commit

Permalink
Update container_apps.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
benchiverton committed Jun 26, 2024
1 parent f21a9ef commit 615b360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/instance/container_apps.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ resource "azurerm_container_app" "monitoring" {
registry {
server = "onlinestorecontainerregistry.azurecr.io"
username = var.acr_username
password_secret_name = "acr_password"
password_secret_name = "acr-password"
}

secret {
name = "acr_password"
name = "acr-password"
value = var.acr_password
}

Expand Down

0 comments on commit 615b360

Please sign in to comment.