We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff324ca commit 461b17eCopy full SHA for 461b17e
app-service.tf
@@ -25,7 +25,8 @@ resource "azurerm_linux_web_app" "app_service" {
25
26
site_config {
27
application_stack {
28
- docker_image_name = "${local.app_service.docker_image}:${var.docker_tag}"
+ docker_image_name = "${local.app_service.docker_image}:${var.docker_tag}"
29
+ docker_registry_url = "https://index.docker.io"
30
}
31
32
health_check_path = "/health"
0 commit comments